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/lib/doc/German.dot similarity index 100% rename from next-lib/doc/German.dot rename to lib/doc/German.dot diff --git a/next-lib/doc/German.png b/lib/doc/German.png similarity index 100% rename from next-lib/doc/German.png rename to lib/doc/German.png diff --git a/next-lib/doc/Grammar.dot b/lib/doc/Grammar.dot similarity index 100% rename from next-lib/doc/Grammar.dot rename to lib/doc/Grammar.dot diff --git a/next-lib/doc/Grammar.png b/lib/doc/Grammar.png similarity index 100% rename from next-lib/doc/Grammar.png rename to lib/doc/Grammar.png diff --git a/next-lib/doc/Lang.dot b/lib/doc/Lang.dot similarity index 100% rename from next-lib/doc/Lang.dot rename to lib/doc/Lang.dot diff --git a/next-lib/doc/Lang.png b/lib/doc/Lang.png similarity index 100% rename from next-lib/doc/Lang.png rename to lib/doc/Lang.png diff --git a/next-lib/doc/Makefile b/lib/doc/Makefile similarity index 100% rename from next-lib/doc/Makefile rename to lib/doc/Makefile diff --git a/next-lib/doc/MkSynopsis.hs b/lib/doc/MkSynopsis.hs similarity index 100% rename from next-lib/doc/MkSynopsis.hs rename to lib/doc/MkSynopsis.hs diff --git a/next-lib/doc/Resource-HOWTO.txt b/lib/doc/Resource-HOWTO.txt similarity index 100% rename from next-lib/doc/Resource-HOWTO.txt rename to lib/doc/Resource-HOWTO.txt diff --git a/next-lib/doc/Syntax.dot b/lib/doc/Syntax.dot similarity index 100% rename from next-lib/doc/Syntax.dot rename to lib/doc/Syntax.dot diff --git a/next-lib/doc/Syntax.png b/lib/doc/Syntax.png similarity index 100% rename from next-lib/doc/Syntax.png rename to lib/doc/Syntax.png diff --git a/lib/resource/doc/categories-imagemap.html b/lib/doc/categories-imagemap.html similarity index 100% rename from lib/resource/doc/categories-imagemap.html rename to lib/doc/categories-imagemap.html diff --git a/lib/resource/doc/categories-intro.txt b/lib/doc/categories-intro.txt similarity index 100% rename from lib/resource/doc/categories-intro.txt rename to lib/doc/categories-intro.txt diff --git a/lib/resource/doc/categories.dot b/lib/doc/categories.dot similarity index 100% rename from lib/resource/doc/categories.dot rename to lib/doc/categories.dot diff --git a/lib/resource/doc/categories.png b/lib/doc/categories.png similarity index 100% rename from lib/resource/doc/categories.png rename to lib/doc/categories.png diff --git a/next-lib/doc/editor.png b/lib/doc/editor.png similarity index 100% rename from next-lib/doc/editor.png rename to lib/doc/editor.png diff --git a/next-lib/doc/index.txt b/lib/doc/index.txt similarity index 100% rename from next-lib/doc/index.txt rename to lib/doc/index.txt diff --git a/next-lib/doc/official.txt b/lib/doc/official.txt similarity index 100% rename from next-lib/doc/official.txt rename to lib/doc/official.txt diff --git a/next-lib/doc/paradigms.txt b/lib/doc/paradigms.txt similarity index 100% rename from next-lib/doc/paradigms.txt rename to lib/doc/paradigms.txt diff --git a/lib/resource/doc/synopsis-browse.txt b/lib/doc/synopsis-browse.txt similarity index 100% rename from lib/resource/doc/synopsis-browse.txt rename to lib/doc/synopsis-browse.txt diff --git a/lib/resource/doc/synopsis-example.txt b/lib/doc/synopsis-example.txt similarity index 100% rename from lib/resource/doc/synopsis-example.txt rename to lib/doc/synopsis-example.txt diff --git a/lib/resource/doc/synopsis-intro.txt b/lib/doc/synopsis-intro.txt similarity index 100% rename from lib/resource/doc/synopsis-intro.txt rename to lib/doc/synopsis-intro.txt diff --git a/next-lib/doc/synopsis.html b/lib/doc/synopsis.html similarity index 100% rename from next-lib/doc/synopsis.html rename to lib/doc/synopsis.html diff --git a/next-lib/doc/synopsis.txt b/lib/doc/synopsis.txt similarity index 100% rename from next-lib/doc/synopsis.txt rename to lib/doc/synopsis.txt diff --git a/next-lib/src/Make.hs b/lib/src/Make.hs similarity index 100% rename from next-lib/src/Make.hs rename to lib/src/Make.hs diff --git a/next-lib/src/Makefile b/lib/src/Makefile similarity index 100% rename from next-lib/src/Makefile rename to lib/src/Makefile diff --git a/next-lib/src/abstract/Adjective.gf b/lib/src/abstract/Adjective.gf similarity index 100% rename from next-lib/src/abstract/Adjective.gf rename to lib/src/abstract/Adjective.gf diff --git a/lib/resource/abstract/Adverb.gf b/lib/src/abstract/Adverb.gf similarity index 100% rename from lib/resource/abstract/Adverb.gf rename to lib/src/abstract/Adverb.gf diff --git a/lib/resource/abstract/Backward.gf b/lib/src/abstract/Backward.gf similarity index 100% rename from lib/resource/abstract/Backward.gf rename to lib/src/abstract/Backward.gf diff --git a/next-lib/src/abstract/Cat.gf b/lib/src/abstract/Cat.gf similarity index 100% rename from next-lib/src/abstract/Cat.gf rename to lib/src/abstract/Cat.gf diff --git a/next-lib/src/abstract/Common.gf b/lib/src/abstract/Common.gf similarity index 100% rename from next-lib/src/abstract/Common.gf rename to lib/src/abstract/Common.gf diff --git a/lib/resource/abstract/Compatibility.gf b/lib/src/abstract/Compatibility.gf similarity index 100% rename from lib/resource/abstract/Compatibility.gf rename to lib/src/abstract/Compatibility.gf diff --git a/next-lib/src/abstract/Conjunction.gf b/lib/src/abstract/Conjunction.gf similarity index 100% rename from next-lib/src/abstract/Conjunction.gf rename to lib/src/abstract/Conjunction.gf diff --git a/next-lib/src/abstract/Extra.gf b/lib/src/abstract/Extra.gf similarity index 100% rename from next-lib/src/abstract/Extra.gf rename to lib/src/abstract/Extra.gf diff --git a/lib/resource/abstract/Grammar.gf b/lib/src/abstract/Grammar.gf similarity index 100% rename from lib/resource/abstract/Grammar.gf rename to lib/src/abstract/Grammar.gf diff --git a/lib/resource/abstract/Idiom.gf b/lib/src/abstract/Idiom.gf similarity index 100% rename from lib/resource/abstract/Idiom.gf rename to lib/src/abstract/Idiom.gf diff --git a/lib/resource/abstract/Lang.gf b/lib/src/abstract/Lang.gf similarity index 100% rename from lib/resource/abstract/Lang.gf rename to lib/src/abstract/Lang.gf diff --git a/next-lib/src/abstract/Lexicon.gf b/lib/src/abstract/Lexicon.gf similarity index 100% rename from next-lib/src/abstract/Lexicon.gf rename to lib/src/abstract/Lexicon.gf diff --git a/next-lib/src/abstract/Noun.gf b/lib/src/abstract/Noun.gf similarity index 100% rename from next-lib/src/abstract/Noun.gf rename to lib/src/abstract/Noun.gf diff --git a/lib/resource/abstract/Numeral.gf b/lib/src/abstract/Numeral.gf similarity index 100% rename from lib/resource/abstract/Numeral.gf rename to lib/src/abstract/Numeral.gf diff --git a/lib/resource/abstract/Phrase.gf b/lib/src/abstract/Phrase.gf similarity index 100% rename from lib/resource/abstract/Phrase.gf rename to lib/src/abstract/Phrase.gf diff --git a/lib/resource/abstract/Question.gf b/lib/src/abstract/Question.gf similarity index 100% rename from lib/resource/abstract/Question.gf rename to lib/src/abstract/Question.gf diff --git a/next-lib/src/abstract/Relative.gf b/lib/src/abstract/Relative.gf similarity index 100% rename from next-lib/src/abstract/Relative.gf rename to lib/src/abstract/Relative.gf diff --git a/next-lib/src/abstract/Sentence.gf b/lib/src/abstract/Sentence.gf similarity index 100% rename from next-lib/src/abstract/Sentence.gf rename to lib/src/abstract/Sentence.gf diff --git a/next-lib/src/abstract/Structural.gf b/lib/src/abstract/Structural.gf similarity index 100% rename from next-lib/src/abstract/Structural.gf rename to lib/src/abstract/Structural.gf diff --git a/lib/resource/mathematical/Symbol.gf b/lib/src/abstract/Symbol.gf similarity index 100% rename from lib/resource/mathematical/Symbol.gf rename to lib/src/abstract/Symbol.gf diff --git a/lib/resource/abstract/Text.gf b/lib/src/abstract/Text.gf similarity index 100% rename from lib/resource/abstract/Text.gf rename to lib/src/abstract/Text.gf diff --git a/lib/resource/abstract/Verb.gf b/lib/src/abstract/Verb.gf similarity index 100% rename from lib/resource/abstract/Verb.gf rename to lib/src/abstract/Verb.gf diff --git a/next-lib/src/api/Combinators.gf b/lib/src/api/Combinators.gf similarity index 100% rename from next-lib/src/api/Combinators.gf rename to lib/src/api/Combinators.gf diff --git a/next-lib/src/api/CombinatorsAra.gf b/lib/src/api/CombinatorsAra.gf similarity index 100% rename from next-lib/src/api/CombinatorsAra.gf rename to lib/src/api/CombinatorsAra.gf diff --git a/next-lib/src/api/CombinatorsBul.gf b/lib/src/api/CombinatorsBul.gf similarity index 100% rename from next-lib/src/api/CombinatorsBul.gf rename to lib/src/api/CombinatorsBul.gf diff --git a/next-lib/src/api/CombinatorsCat.gf b/lib/src/api/CombinatorsCat.gf similarity index 100% rename from next-lib/src/api/CombinatorsCat.gf rename to lib/src/api/CombinatorsCat.gf diff --git a/next-lib/src/api/CombinatorsDan.gf b/lib/src/api/CombinatorsDan.gf similarity index 100% rename from next-lib/src/api/CombinatorsDan.gf rename to lib/src/api/CombinatorsDan.gf diff --git a/next-lib/src/api/CombinatorsEng.gf b/lib/src/api/CombinatorsEng.gf similarity index 100% rename from next-lib/src/api/CombinatorsEng.gf rename to lib/src/api/CombinatorsEng.gf diff --git a/next-lib/src/api/CombinatorsFin.gf b/lib/src/api/CombinatorsFin.gf similarity index 100% rename from next-lib/src/api/CombinatorsFin.gf rename to lib/src/api/CombinatorsFin.gf diff --git a/next-lib/src/api/CombinatorsFre.gf b/lib/src/api/CombinatorsFre.gf similarity index 100% rename from next-lib/src/api/CombinatorsFre.gf rename to lib/src/api/CombinatorsFre.gf diff --git a/next-lib/src/api/CombinatorsGer.gf b/lib/src/api/CombinatorsGer.gf similarity index 100% rename from next-lib/src/api/CombinatorsGer.gf rename to lib/src/api/CombinatorsGer.gf diff --git a/next-lib/src/api/CombinatorsHin.gf b/lib/src/api/CombinatorsHin.gf similarity index 100% rename from next-lib/src/api/CombinatorsHin.gf rename to lib/src/api/CombinatorsHin.gf diff --git a/next-lib/src/api/CombinatorsIna.gf b/lib/src/api/CombinatorsIna.gf similarity index 100% rename from next-lib/src/api/CombinatorsIna.gf rename to lib/src/api/CombinatorsIna.gf diff --git a/next-lib/src/api/CombinatorsIta.gf b/lib/src/api/CombinatorsIta.gf similarity index 100% rename from next-lib/src/api/CombinatorsIta.gf rename to lib/src/api/CombinatorsIta.gf diff --git a/next-lib/src/api/CombinatorsNor.gf b/lib/src/api/CombinatorsNor.gf similarity index 100% rename from next-lib/src/api/CombinatorsNor.gf rename to lib/src/api/CombinatorsNor.gf diff --git a/next-lib/src/api/CombinatorsRus.gf b/lib/src/api/CombinatorsRus.gf similarity index 100% rename from next-lib/src/api/CombinatorsRus.gf rename to lib/src/api/CombinatorsRus.gf diff --git a/next-lib/src/api/CombinatorsSpa.gf b/lib/src/api/CombinatorsSpa.gf similarity index 100% rename from next-lib/src/api/CombinatorsSpa.gf rename to lib/src/api/CombinatorsSpa.gf diff --git a/next-lib/src/api/CombinatorsSwe.gf b/lib/src/api/CombinatorsSwe.gf similarity index 100% rename from next-lib/src/api/CombinatorsSwe.gf rename to lib/src/api/CombinatorsSwe.gf diff --git a/next-lib/src/api/CombinatorsTha.gf b/lib/src/api/CombinatorsTha.gf similarity index 100% rename from next-lib/src/api/CombinatorsTha.gf rename to lib/src/api/CombinatorsTha.gf diff --git a/next-lib/src/api/Constructors.gf b/lib/src/api/Constructors.gf similarity index 100% rename from next-lib/src/api/Constructors.gf rename to lib/src/api/Constructors.gf diff --git a/next-lib/src/api/ConstructorsAra.gf b/lib/src/api/ConstructorsAra.gf similarity index 100% rename from next-lib/src/api/ConstructorsAra.gf rename to lib/src/api/ConstructorsAra.gf diff --git a/lib/resource/api/ConstructorsBul.gf b/lib/src/api/ConstructorsBul.gf similarity index 100% rename from lib/resource/api/ConstructorsBul.gf rename to lib/src/api/ConstructorsBul.gf diff --git a/next-lib/src/api/ConstructorsCat.gf b/lib/src/api/ConstructorsCat.gf similarity index 100% rename from next-lib/src/api/ConstructorsCat.gf rename to lib/src/api/ConstructorsCat.gf diff --git a/lib/resource/api/ConstructorsDan.gf b/lib/src/api/ConstructorsDan.gf similarity index 100% rename from lib/resource/api/ConstructorsDan.gf rename to lib/src/api/ConstructorsDan.gf diff --git a/lib/resource/api/ConstructorsEng.gf b/lib/src/api/ConstructorsEng.gf similarity index 100% rename from lib/resource/api/ConstructorsEng.gf rename to lib/src/api/ConstructorsEng.gf diff --git a/lib/resource/api/ConstructorsFin.gf b/lib/src/api/ConstructorsFin.gf similarity index 100% rename from lib/resource/api/ConstructorsFin.gf rename to lib/src/api/ConstructorsFin.gf diff --git a/lib/resource/api/ConstructorsFre.gf b/lib/src/api/ConstructorsFre.gf similarity index 100% rename from lib/resource/api/ConstructorsFre.gf rename to lib/src/api/ConstructorsFre.gf diff --git a/lib/resource/api/ConstructorsGer.gf b/lib/src/api/ConstructorsGer.gf similarity index 100% rename from lib/resource/api/ConstructorsGer.gf rename to lib/src/api/ConstructorsGer.gf diff --git a/lib/resource/api/ConstructorsIta.gf b/lib/src/api/ConstructorsIta.gf similarity index 100% rename from lib/resource/api/ConstructorsIta.gf rename to lib/src/api/ConstructorsIta.gf diff --git a/lib/resource/api/ConstructorsNor.gf b/lib/src/api/ConstructorsNor.gf similarity index 100% rename from lib/resource/api/ConstructorsNor.gf rename to lib/src/api/ConstructorsNor.gf diff --git a/lib/resource/api/ConstructorsRus.gf b/lib/src/api/ConstructorsRus.gf similarity index 100% rename from lib/resource/api/ConstructorsRus.gf rename to lib/src/api/ConstructorsRus.gf diff --git a/lib/resource/api/ConstructorsSpa.gf b/lib/src/api/ConstructorsSpa.gf similarity index 100% rename from lib/resource/api/ConstructorsSpa.gf rename to lib/src/api/ConstructorsSpa.gf diff --git a/lib/resource/api/ConstructorsSwe.gf b/lib/src/api/ConstructorsSwe.gf similarity index 100% rename from lib/resource/api/ConstructorsSwe.gf rename to lib/src/api/ConstructorsSwe.gf diff --git a/next-lib/src/api/Symbolic.gf b/lib/src/api/Symbolic.gf similarity index 100% rename from next-lib/src/api/Symbolic.gf rename to lib/src/api/Symbolic.gf diff --git a/next-lib/src/api/SymbolicBul.gf b/lib/src/api/SymbolicBul.gf similarity index 100% rename from next-lib/src/api/SymbolicBul.gf rename to lib/src/api/SymbolicBul.gf diff --git a/next-lib/src/api/SymbolicCat.gf b/lib/src/api/SymbolicCat.gf similarity index 100% rename from next-lib/src/api/SymbolicCat.gf rename to lib/src/api/SymbolicCat.gf diff --git a/lib/resource/mathematical/SymbolicDan.gf b/lib/src/api/SymbolicDan.gf similarity index 100% rename from lib/resource/mathematical/SymbolicDan.gf rename to lib/src/api/SymbolicDan.gf diff --git a/lib/resource/mathematical/SymbolicEng.gf b/lib/src/api/SymbolicEng.gf similarity index 100% rename from lib/resource/mathematical/SymbolicEng.gf rename to lib/src/api/SymbolicEng.gf diff --git a/lib/resource/mathematical/SymbolicFin.gf b/lib/src/api/SymbolicFin.gf similarity index 100% rename from lib/resource/mathematical/SymbolicFin.gf rename to lib/src/api/SymbolicFin.gf diff --git a/lib/resource/mathematical/SymbolicFre.gf b/lib/src/api/SymbolicFre.gf similarity index 100% rename from lib/resource/mathematical/SymbolicFre.gf rename to lib/src/api/SymbolicFre.gf diff --git a/lib/resource/mathematical/SymbolicGer.gf b/lib/src/api/SymbolicGer.gf similarity index 100% rename from lib/resource/mathematical/SymbolicGer.gf rename to lib/src/api/SymbolicGer.gf diff --git a/lib/resource/mathematical/SymbolicIta.gf b/lib/src/api/SymbolicIta.gf similarity index 100% rename from lib/resource/mathematical/SymbolicIta.gf rename to lib/src/api/SymbolicIta.gf diff --git a/lib/resource/mathematical/SymbolicNor.gf b/lib/src/api/SymbolicNor.gf similarity index 100% rename from lib/resource/mathematical/SymbolicNor.gf rename to lib/src/api/SymbolicNor.gf diff --git a/next-lib/src/api/SymbolicSpa.gf b/lib/src/api/SymbolicSpa.gf similarity index 100% rename from next-lib/src/api/SymbolicSpa.gf rename to lib/src/api/SymbolicSpa.gf diff --git a/lib/resource/mathematical/SymbolicSwe.gf b/lib/src/api/SymbolicSwe.gf similarity index 100% rename from lib/resource/mathematical/SymbolicSwe.gf rename to lib/src/api/SymbolicSwe.gf diff --git a/lib/resource/api/Syntax.gf b/lib/src/api/Syntax.gf similarity index 100% rename from lib/resource/api/Syntax.gf rename to lib/src/api/Syntax.gf diff --git a/next-lib/src/api/SyntaxAra.gf b/lib/src/api/SyntaxAra.gf similarity index 100% rename from next-lib/src/api/SyntaxAra.gf rename to lib/src/api/SyntaxAra.gf diff --git a/lib/resource/api/SyntaxBul.gf b/lib/src/api/SyntaxBul.gf similarity index 100% rename from lib/resource/api/SyntaxBul.gf rename to lib/src/api/SyntaxBul.gf diff --git a/next-lib/src/api/SyntaxCat.gf b/lib/src/api/SyntaxCat.gf similarity index 100% rename from next-lib/src/api/SyntaxCat.gf rename to lib/src/api/SyntaxCat.gf diff --git a/lib/resource/api/SyntaxDan.gf b/lib/src/api/SyntaxDan.gf similarity index 100% rename from lib/resource/api/SyntaxDan.gf rename to lib/src/api/SyntaxDan.gf diff --git a/lib/resource/api/SyntaxEng.gf b/lib/src/api/SyntaxEng.gf similarity index 100% rename from lib/resource/api/SyntaxEng.gf rename to lib/src/api/SyntaxEng.gf diff --git a/lib/resource/api/SyntaxFin.gf b/lib/src/api/SyntaxFin.gf similarity index 100% rename from lib/resource/api/SyntaxFin.gf rename to lib/src/api/SyntaxFin.gf diff --git a/lib/resource/api/SyntaxFre.gf b/lib/src/api/SyntaxFre.gf similarity index 100% rename from lib/resource/api/SyntaxFre.gf rename to lib/src/api/SyntaxFre.gf diff --git a/lib/resource/api/SyntaxGer.gf b/lib/src/api/SyntaxGer.gf similarity index 100% rename from lib/resource/api/SyntaxGer.gf rename to lib/src/api/SyntaxGer.gf diff --git a/lib/resource/api/SyntaxIta.gf b/lib/src/api/SyntaxIta.gf similarity index 100% rename from lib/resource/api/SyntaxIta.gf rename to lib/src/api/SyntaxIta.gf diff --git a/lib/resource/api/SyntaxNor.gf b/lib/src/api/SyntaxNor.gf similarity index 100% rename from lib/resource/api/SyntaxNor.gf rename to lib/src/api/SyntaxNor.gf diff --git a/lib/resource/api/SyntaxRus.gf b/lib/src/api/SyntaxRus.gf similarity index 100% rename from lib/resource/api/SyntaxRus.gf rename to lib/src/api/SyntaxRus.gf diff --git a/next-lib/src/api/SyntaxSpa.gf b/lib/src/api/SyntaxSpa.gf similarity index 100% rename from next-lib/src/api/SyntaxSpa.gf rename to lib/src/api/SyntaxSpa.gf diff --git a/lib/resource/api/SyntaxSwe.gf b/lib/src/api/SyntaxSwe.gf similarity index 100% rename from lib/resource/api/SyntaxSwe.gf rename to lib/src/api/SyntaxSwe.gf diff --git a/lib/resource/api/TryBul.gf b/lib/src/api/TryBul.gf similarity index 100% rename from lib/resource/api/TryBul.gf rename to lib/src/api/TryBul.gf diff --git a/lib/resource/api/TryCat.gf b/lib/src/api/TryCat.gf similarity index 100% rename from lib/resource/api/TryCat.gf rename to lib/src/api/TryCat.gf diff --git a/lib/resource/api/TryDan.gf b/lib/src/api/TryDan.gf similarity index 100% rename from lib/resource/api/TryDan.gf rename to lib/src/api/TryDan.gf diff --git a/next-lib/src/api/TryEng.gf b/lib/src/api/TryEng.gf similarity index 100% rename from next-lib/src/api/TryEng.gf rename to lib/src/api/TryEng.gf diff --git a/lib/resource/api/TryFin.gf b/lib/src/api/TryFin.gf similarity index 100% rename from lib/resource/api/TryFin.gf rename to lib/src/api/TryFin.gf diff --git a/lib/resource/api/TryFre.gf b/lib/src/api/TryFre.gf similarity index 100% rename from lib/resource/api/TryFre.gf rename to lib/src/api/TryFre.gf diff --git a/lib/resource/api/TryGer.gf b/lib/src/api/TryGer.gf similarity index 100% rename from lib/resource/api/TryGer.gf rename to lib/src/api/TryGer.gf diff --git a/lib/resource/api/TryIta.gf b/lib/src/api/TryIta.gf similarity index 100% rename from lib/resource/api/TryIta.gf rename to lib/src/api/TryIta.gf diff --git a/lib/resource/api/TryNor.gf b/lib/src/api/TryNor.gf similarity index 100% rename from lib/resource/api/TryNor.gf rename to lib/src/api/TryNor.gf diff --git a/lib/resource/api/TryRus.gf b/lib/src/api/TryRus.gf similarity index 100% rename from lib/resource/api/TryRus.gf rename to lib/src/api/TryRus.gf diff --git a/lib/resource/api/TrySpa.gf b/lib/src/api/TrySpa.gf similarity index 100% rename from lib/resource/api/TrySpa.gf rename to lib/src/api/TrySpa.gf diff --git a/next-lib/src/api/TrySwe.gf b/lib/src/api/TrySwe.gf similarity index 100% rename from next-lib/src/api/TrySwe.gf rename to lib/src/api/TrySwe.gf diff --git a/next-lib/src/api/minimals.txt b/lib/src/api/minimals.txt similarity index 100% rename from next-lib/src/api/minimals.txt rename to lib/src/api/minimals.txt diff --git a/next-lib/src/arabic/AdjectiveAra.gf b/lib/src/arabic/AdjectiveAra.gf similarity index 100% rename from next-lib/src/arabic/AdjectiveAra.gf rename to lib/src/arabic/AdjectiveAra.gf diff --git a/lib/resource/arabic/AdverbAra.gf b/lib/src/arabic/AdverbAra.gf similarity index 100% rename from lib/resource/arabic/AdverbAra.gf rename to lib/src/arabic/AdverbAra.gf diff --git a/lib/resource/arabic/AllAra.gf b/lib/src/arabic/AllAra.gf similarity index 100% rename from lib/resource/arabic/AllAra.gf rename to lib/src/arabic/AllAra.gf diff --git a/lib/resource/arabic/AllAraAbs.gf b/lib/src/arabic/AllAraAbs.gf similarity index 100% rename from lib/resource/arabic/AllAraAbs.gf rename to lib/src/arabic/AllAraAbs.gf diff --git a/next-lib/src/arabic/CatAra.gf b/lib/src/arabic/CatAra.gf similarity index 100% rename from next-lib/src/arabic/CatAra.gf rename to lib/src/arabic/CatAra.gf diff --git a/lib/resource/arabic/ConjunctionAra.gf b/lib/src/arabic/ConjunctionAra.gf similarity index 100% rename from lib/resource/arabic/ConjunctionAra.gf rename to lib/src/arabic/ConjunctionAra.gf diff --git a/lib/resource/arabic/ExtAra.gf b/lib/src/arabic/ExtAra.gf similarity index 100% rename from lib/resource/arabic/ExtAra.gf rename to lib/src/arabic/ExtAra.gf diff --git a/lib/resource/arabic/GrammarAra.gf b/lib/src/arabic/GrammarAra.gf similarity index 100% rename from lib/resource/arabic/GrammarAra.gf rename to lib/src/arabic/GrammarAra.gf diff --git a/lib/resource/arabic/IdiomAra.gf b/lib/src/arabic/IdiomAra.gf similarity index 100% rename from lib/resource/arabic/IdiomAra.gf rename to lib/src/arabic/IdiomAra.gf diff --git a/lib/resource/arabic/IrregAra.gf b/lib/src/arabic/IrregAra.gf similarity index 100% rename from lib/resource/arabic/IrregAra.gf rename to lib/src/arabic/IrregAra.gf diff --git a/lib/resource/arabic/LangAra.gf b/lib/src/arabic/LangAra.gf similarity index 100% rename from lib/resource/arabic/LangAra.gf rename to lib/src/arabic/LangAra.gf diff --git a/next-lib/src/arabic/LexiconAra.gf b/lib/src/arabic/LexiconAra.gf similarity index 100% rename from next-lib/src/arabic/LexiconAra.gf rename to lib/src/arabic/LexiconAra.gf diff --git a/lib/resource/arabic/MorphoAra.gf b/lib/src/arabic/MorphoAra.gf similarity index 100% rename from lib/resource/arabic/MorphoAra.gf rename to lib/src/arabic/MorphoAra.gf diff --git a/next-lib/src/arabic/NounAra.gf b/lib/src/arabic/NounAra.gf similarity index 100% rename from next-lib/src/arabic/NounAra.gf rename to lib/src/arabic/NounAra.gf diff --git a/lib/resource/arabic/NumeralAra.gf b/lib/src/arabic/NumeralAra.gf similarity index 100% rename from lib/resource/arabic/NumeralAra.gf rename to lib/src/arabic/NumeralAra.gf diff --git a/lib/resource/arabic/OrthoAra.gf b/lib/src/arabic/OrthoAra.gf similarity index 100% rename from lib/resource/arabic/OrthoAra.gf rename to lib/src/arabic/OrthoAra.gf diff --git a/next-lib/src/arabic/ParadigmsAra.gf b/lib/src/arabic/ParadigmsAra.gf similarity index 100% rename from next-lib/src/arabic/ParadigmsAra.gf rename to lib/src/arabic/ParadigmsAra.gf diff --git a/lib/resource/arabic/PatternsAra.gf b/lib/src/arabic/PatternsAra.gf similarity index 100% rename from lib/resource/arabic/PatternsAra.gf rename to lib/src/arabic/PatternsAra.gf diff --git a/next-lib/src/arabic/PhraseAra.gf b/lib/src/arabic/PhraseAra.gf similarity index 100% rename from next-lib/src/arabic/PhraseAra.gf rename to lib/src/arabic/PhraseAra.gf diff --git a/next-lib/src/arabic/QuestionAra.gf b/lib/src/arabic/QuestionAra.gf similarity index 100% rename from next-lib/src/arabic/QuestionAra.gf rename to lib/src/arabic/QuestionAra.gf diff --git a/lib/resource/arabic/RelativeAra.gf b/lib/src/arabic/RelativeAra.gf similarity index 100% rename from lib/resource/arabic/RelativeAra.gf rename to lib/src/arabic/RelativeAra.gf diff --git a/next-lib/src/arabic/ResAra.gf b/lib/src/arabic/ResAra.gf similarity index 100% rename from next-lib/src/arabic/ResAra.gf rename to lib/src/arabic/ResAra.gf diff --git a/next-lib/src/arabic/SentenceAra.gf b/lib/src/arabic/SentenceAra.gf similarity index 100% rename from next-lib/src/arabic/SentenceAra.gf rename to lib/src/arabic/SentenceAra.gf diff --git a/next-lib/src/arabic/StructuralAra.gf b/lib/src/arabic/StructuralAra.gf similarity index 100% rename from next-lib/src/arabic/StructuralAra.gf rename to lib/src/arabic/StructuralAra.gf diff --git a/next-lib/src/arabic/SymbolAra.gf b/lib/src/arabic/SymbolAra.gf similarity index 100% rename from next-lib/src/arabic/SymbolAra.gf rename to lib/src/arabic/SymbolAra.gf diff --git a/next-lib/src/arabic/VerbAra.gf b/lib/src/arabic/VerbAra.gf similarity index 100% rename from next-lib/src/arabic/VerbAra.gf rename to lib/src/arabic/VerbAra.gf diff --git a/next-lib/src/bulgarian/AdjectiveBul.gf b/lib/src/bulgarian/AdjectiveBul.gf similarity index 100% rename from next-lib/src/bulgarian/AdjectiveBul.gf rename to lib/src/bulgarian/AdjectiveBul.gf diff --git a/lib/resource/bulgarian/AdverbBul.gf b/lib/src/bulgarian/AdverbBul.gf similarity index 100% rename from lib/resource/bulgarian/AdverbBul.gf rename to lib/src/bulgarian/AdverbBul.gf diff --git a/lib/resource/bulgarian/AllBul.gf b/lib/src/bulgarian/AllBul.gf similarity index 100% rename from lib/resource/bulgarian/AllBul.gf rename to lib/src/bulgarian/AllBul.gf diff --git a/lib/resource/bulgarian/AllBulAbs.gf b/lib/src/bulgarian/AllBulAbs.gf similarity index 100% rename from lib/resource/bulgarian/AllBulAbs.gf rename to lib/src/bulgarian/AllBulAbs.gf diff --git a/next-lib/src/bulgarian/CatBul.gf b/lib/src/bulgarian/CatBul.gf similarity index 100% rename from next-lib/src/bulgarian/CatBul.gf rename to lib/src/bulgarian/CatBul.gf diff --git a/next-lib/src/bulgarian/CompatibilityBul.gf b/lib/src/bulgarian/CompatibilityBul.gf similarity index 100% rename from next-lib/src/bulgarian/CompatibilityBul.gf rename to lib/src/bulgarian/CompatibilityBul.gf diff --git a/lib/resource/bulgarian/ConjunctionBul.gf b/lib/src/bulgarian/ConjunctionBul.gf similarity index 100% rename from lib/resource/bulgarian/ConjunctionBul.gf rename to lib/src/bulgarian/ConjunctionBul.gf diff --git a/next-lib/src/bulgarian/DictBul.gf b/lib/src/bulgarian/DictBul.gf similarity index 100% rename from next-lib/src/bulgarian/DictBul.gf rename to lib/src/bulgarian/DictBul.gf diff --git a/next-lib/src/bulgarian/DictBulAbs.gf b/lib/src/bulgarian/DictBulAbs.gf similarity index 100% rename from next-lib/src/bulgarian/DictBulAbs.gf rename to lib/src/bulgarian/DictBulAbs.gf diff --git a/next-lib/src/bulgarian/DiffBul.gf b/lib/src/bulgarian/DiffBul.gf similarity index 100% rename from next-lib/src/bulgarian/DiffBul.gf rename to lib/src/bulgarian/DiffBul.gf diff --git a/next-lib/src/bulgarian/ExtraBul.gf b/lib/src/bulgarian/ExtraBul.gf similarity index 100% rename from next-lib/src/bulgarian/ExtraBul.gf rename to lib/src/bulgarian/ExtraBul.gf diff --git a/lib/resource/bulgarian/ExtraBulAbs.gf b/lib/src/bulgarian/ExtraBulAbs.gf similarity index 100% rename from lib/resource/bulgarian/ExtraBulAbs.gf rename to lib/src/bulgarian/ExtraBulAbs.gf diff --git a/lib/resource/bulgarian/GrammarBul.gf b/lib/src/bulgarian/GrammarBul.gf similarity index 100% rename from lib/resource/bulgarian/GrammarBul.gf rename to lib/src/bulgarian/GrammarBul.gf diff --git a/next-lib/src/bulgarian/IdiomBul.gf b/lib/src/bulgarian/IdiomBul.gf similarity index 100% rename from next-lib/src/bulgarian/IdiomBul.gf rename to lib/src/bulgarian/IdiomBul.gf diff --git a/next-lib/src/bulgarian/LangBul.gf b/lib/src/bulgarian/LangBul.gf similarity index 100% rename from next-lib/src/bulgarian/LangBul.gf rename to lib/src/bulgarian/LangBul.gf diff --git a/next-lib/src/bulgarian/LexiconBul.gf b/lib/src/bulgarian/LexiconBul.gf similarity index 100% rename from next-lib/src/bulgarian/LexiconBul.gf rename to lib/src/bulgarian/LexiconBul.gf diff --git a/next-lib/src/bulgarian/MorphoBul.gf b/lib/src/bulgarian/MorphoBul.gf similarity index 100% rename from next-lib/src/bulgarian/MorphoBul.gf rename to lib/src/bulgarian/MorphoBul.gf diff --git a/next-lib/src/bulgarian/MorphoFunsBul.gf b/lib/src/bulgarian/MorphoFunsBul.gf similarity index 100% rename from next-lib/src/bulgarian/MorphoFunsBul.gf rename to lib/src/bulgarian/MorphoFunsBul.gf diff --git a/next-lib/src/bulgarian/NounBul.gf b/lib/src/bulgarian/NounBul.gf similarity index 100% rename from next-lib/src/bulgarian/NounBul.gf rename to lib/src/bulgarian/NounBul.gf diff --git a/next-lib/src/bulgarian/NumeralBul.gf b/lib/src/bulgarian/NumeralBul.gf similarity index 100% rename from next-lib/src/bulgarian/NumeralBul.gf rename to lib/src/bulgarian/NumeralBul.gf diff --git a/next-lib/src/bulgarian/ParadigmsBul.gf b/lib/src/bulgarian/ParadigmsBul.gf similarity index 100% rename from next-lib/src/bulgarian/ParadigmsBul.gf rename to lib/src/bulgarian/ParadigmsBul.gf diff --git a/lib/resource/bulgarian/PhraseBul.gf b/lib/src/bulgarian/PhraseBul.gf similarity index 100% rename from lib/resource/bulgarian/PhraseBul.gf rename to lib/src/bulgarian/PhraseBul.gf diff --git a/next-lib/src/bulgarian/QuestionBul.gf b/lib/src/bulgarian/QuestionBul.gf similarity index 100% rename from next-lib/src/bulgarian/QuestionBul.gf rename to lib/src/bulgarian/QuestionBul.gf diff --git a/lib/resource/bulgarian/RelativeBul.gf b/lib/src/bulgarian/RelativeBul.gf similarity index 100% rename from lib/resource/bulgarian/RelativeBul.gf rename to lib/src/bulgarian/RelativeBul.gf diff --git a/next-lib/src/bulgarian/ResBul.gf b/lib/src/bulgarian/ResBul.gf similarity index 100% rename from next-lib/src/bulgarian/ResBul.gf rename to lib/src/bulgarian/ResBul.gf diff --git a/next-lib/src/bulgarian/SentenceBul.gf b/lib/src/bulgarian/SentenceBul.gf similarity index 100% rename from next-lib/src/bulgarian/SentenceBul.gf rename to lib/src/bulgarian/SentenceBul.gf diff --git a/next-lib/src/bulgarian/StructuralBul.gf b/lib/src/bulgarian/StructuralBul.gf similarity index 100% rename from next-lib/src/bulgarian/StructuralBul.gf rename to lib/src/bulgarian/StructuralBul.gf diff --git a/next-lib/src/bulgarian/SymbolBul.gf b/lib/src/bulgarian/SymbolBul.gf similarity index 100% rename from next-lib/src/bulgarian/SymbolBul.gf rename to lib/src/bulgarian/SymbolBul.gf diff --git a/lib/resource/bulgarian/TextBul.gf b/lib/src/bulgarian/TextBul.gf similarity index 100% rename from lib/resource/bulgarian/TextBul.gf rename to lib/src/bulgarian/TextBul.gf diff --git a/lib/resource/bulgarian/VerbBul.gf b/lib/src/bulgarian/VerbBul.gf similarity index 100% rename from lib/resource/bulgarian/VerbBul.gf rename to lib/src/bulgarian/VerbBul.gf diff --git a/lib/resource/catalan/AdjectiveCat.gf b/lib/src/catalan/AdjectiveCat.gf similarity index 100% rename from lib/resource/catalan/AdjectiveCat.gf rename to lib/src/catalan/AdjectiveCat.gf diff --git a/lib/resource/catalan/AdverbCat.gf b/lib/src/catalan/AdverbCat.gf similarity index 100% rename from lib/resource/catalan/AdverbCat.gf rename to lib/src/catalan/AdverbCat.gf diff --git a/lib/resource/catalan/AllCat.gf b/lib/src/catalan/AllCat.gf similarity index 100% rename from lib/resource/catalan/AllCat.gf rename to lib/src/catalan/AllCat.gf diff --git a/lib/resource/catalan/AllCatAbs.gf b/lib/src/catalan/AllCatAbs.gf similarity index 100% rename from lib/resource/catalan/AllCatAbs.gf rename to lib/src/catalan/AllCatAbs.gf diff --git a/next-lib/src/catalan/BeschCat.gf b/lib/src/catalan/BeschCat.gf similarity index 100% rename from next-lib/src/catalan/BeschCat.gf rename to lib/src/catalan/BeschCat.gf diff --git a/next-lib/src/catalan/CatCat.gf b/lib/src/catalan/CatCat.gf similarity index 100% rename from next-lib/src/catalan/CatCat.gf rename to lib/src/catalan/CatCat.gf diff --git a/lib/resource/catalan/CompatibilityCat.gf b/lib/src/catalan/CompatibilityCat.gf similarity index 100% rename from lib/resource/catalan/CompatibilityCat.gf rename to lib/src/catalan/CompatibilityCat.gf diff --git a/lib/resource/catalan/ConjunctionCat.gf b/lib/src/catalan/ConjunctionCat.gf similarity index 100% rename from lib/resource/catalan/ConjunctionCat.gf rename to lib/src/catalan/ConjunctionCat.gf diff --git a/next-lib/src/catalan/DiffCat.gf b/lib/src/catalan/DiffCat.gf similarity index 100% rename from next-lib/src/catalan/DiffCat.gf rename to lib/src/catalan/DiffCat.gf diff --git a/lib/resource/catalan/ExtraCat.gf b/lib/src/catalan/ExtraCat.gf similarity index 100% rename from lib/resource/catalan/ExtraCat.gf rename to lib/src/catalan/ExtraCat.gf diff --git a/lib/resource/catalan/ExtraCatAbs.gf b/lib/src/catalan/ExtraCatAbs.gf similarity index 100% rename from lib/resource/catalan/ExtraCatAbs.gf rename to lib/src/catalan/ExtraCatAbs.gf diff --git a/lib/resource/catalan/ExtraRomanceCat.gf b/lib/src/catalan/ExtraRomanceCat.gf similarity index 100% rename from lib/resource/catalan/ExtraRomanceCat.gf rename to lib/src/catalan/ExtraRomanceCat.gf diff --git a/next-lib/src/catalan/GrammarCat.gf b/lib/src/catalan/GrammarCat.gf similarity index 100% rename from next-lib/src/catalan/GrammarCat.gf rename to lib/src/catalan/GrammarCat.gf diff --git a/next-lib/src/catalan/IdiomCat.gf b/lib/src/catalan/IdiomCat.gf similarity index 100% rename from next-lib/src/catalan/IdiomCat.gf rename to lib/src/catalan/IdiomCat.gf diff --git a/lib/resource/catalan/IrregCat.gf b/lib/src/catalan/IrregCat.gf similarity index 100% rename from lib/resource/catalan/IrregCat.gf rename to lib/src/catalan/IrregCat.gf diff --git a/lib/resource/catalan/IrregCatAbs.gf b/lib/src/catalan/IrregCatAbs.gf similarity index 100% rename from lib/resource/catalan/IrregCatAbs.gf rename to lib/src/catalan/IrregCatAbs.gf diff --git a/next-lib/src/catalan/LangCat.gf b/lib/src/catalan/LangCat.gf similarity index 100% rename from next-lib/src/catalan/LangCat.gf rename to lib/src/catalan/LangCat.gf diff --git a/next-lib/src/catalan/LexiconCat.gf b/lib/src/catalan/LexiconCat.gf similarity index 100% rename from next-lib/src/catalan/LexiconCat.gf rename to lib/src/catalan/LexiconCat.gf diff --git a/next-lib/src/catalan/MorphoCat.gf b/lib/src/catalan/MorphoCat.gf similarity index 100% rename from next-lib/src/catalan/MorphoCat.gf rename to lib/src/catalan/MorphoCat.gf diff --git a/lib/resource/catalan/NounCat.gf b/lib/src/catalan/NounCat.gf similarity index 100% rename from lib/resource/catalan/NounCat.gf rename to lib/src/catalan/NounCat.gf diff --git a/lib/resource/catalan/NumeralCat.gf b/lib/src/catalan/NumeralCat.gf similarity index 100% rename from lib/resource/catalan/NumeralCat.gf rename to lib/src/catalan/NumeralCat.gf diff --git a/next-lib/src/catalan/ParadigmsCat.gf b/lib/src/catalan/ParadigmsCat.gf similarity index 100% rename from next-lib/src/catalan/ParadigmsCat.gf rename to lib/src/catalan/ParadigmsCat.gf diff --git a/next-lib/src/catalan/PhonoCat.gf b/lib/src/catalan/PhonoCat.gf similarity index 100% rename from next-lib/src/catalan/PhonoCat.gf rename to lib/src/catalan/PhonoCat.gf diff --git a/lib/resource/catalan/PhraseCat.gf b/lib/src/catalan/PhraseCat.gf similarity index 100% rename from lib/resource/catalan/PhraseCat.gf rename to lib/src/catalan/PhraseCat.gf diff --git a/lib/resource/catalan/QuestionCat.gf b/lib/src/catalan/QuestionCat.gf similarity index 100% rename from lib/resource/catalan/QuestionCat.gf rename to lib/src/catalan/QuestionCat.gf diff --git a/lib/resource/catalan/RelativeCat.gf b/lib/src/catalan/RelativeCat.gf similarity index 100% rename from lib/resource/catalan/RelativeCat.gf rename to lib/src/catalan/RelativeCat.gf diff --git a/lib/resource/catalan/ResCat.gf b/lib/src/catalan/ResCat.gf similarity index 100% rename from lib/resource/catalan/ResCat.gf rename to lib/src/catalan/ResCat.gf diff --git a/lib/resource/catalan/SentenceCat.gf b/lib/src/catalan/SentenceCat.gf similarity index 100% rename from lib/resource/catalan/SentenceCat.gf rename to lib/src/catalan/SentenceCat.gf diff --git a/next-lib/src/catalan/StructuralCat.gf b/lib/src/catalan/StructuralCat.gf similarity index 100% rename from next-lib/src/catalan/StructuralCat.gf rename to lib/src/catalan/StructuralCat.gf diff --git a/next-lib/src/catalan/SymbolCat.gf b/lib/src/catalan/SymbolCat.gf similarity index 100% rename from next-lib/src/catalan/SymbolCat.gf rename to lib/src/catalan/SymbolCat.gf diff --git a/lib/resource/catalan/VerbCat.gf b/lib/src/catalan/VerbCat.gf similarity index 100% rename from lib/resource/catalan/VerbCat.gf rename to lib/src/catalan/VerbCat.gf diff --git a/next-lib/src/common/CommonX.gf b/lib/src/common/CommonX.gf similarity index 100% rename from next-lib/src/common/CommonX.gf rename to lib/src/common/CommonX.gf diff --git a/next-lib/src/common/ConstructX.gf b/lib/src/common/ConstructX.gf similarity index 100% rename from next-lib/src/common/ConstructX.gf rename to lib/src/common/ConstructX.gf diff --git a/next-lib/src/common/Overload.gf b/lib/src/common/Overload.gf similarity index 100% rename from next-lib/src/common/Overload.gf rename to lib/src/common/Overload.gf diff --git a/lib/resource/common/ParamX.gf b/lib/src/common/ParamX.gf similarity index 100% rename from lib/resource/common/ParamX.gf rename to lib/src/common/ParamX.gf diff --git a/lib/resource/common/TenseX.gf b/lib/src/common/TenseX.gf similarity index 100% rename from lib/resource/common/TenseX.gf rename to lib/src/common/TenseX.gf diff --git a/lib/resource/common/TextX.gf b/lib/src/common/TextX.gf similarity index 100% rename from lib/resource/common/TextX.gf rename to lib/src/common/TextX.gf diff --git a/lib/resource/danish/AdjectiveDan.gf b/lib/src/danish/AdjectiveDan.gf similarity index 100% rename from lib/resource/danish/AdjectiveDan.gf rename to lib/src/danish/AdjectiveDan.gf diff --git a/lib/resource/danish/AdverbDan.gf b/lib/src/danish/AdverbDan.gf similarity index 100% rename from lib/resource/danish/AdverbDan.gf rename to lib/src/danish/AdverbDan.gf diff --git a/lib/resource/danish/AllDan.gf b/lib/src/danish/AllDan.gf similarity index 100% rename from lib/resource/danish/AllDan.gf rename to lib/src/danish/AllDan.gf diff --git a/lib/resource/danish/AllDanAbs.gf b/lib/src/danish/AllDanAbs.gf similarity index 100% rename from lib/resource/danish/AllDanAbs.gf rename to lib/src/danish/AllDanAbs.gf diff --git a/lib/resource/danish/CatDan.gf b/lib/src/danish/CatDan.gf similarity index 100% rename from lib/resource/danish/CatDan.gf rename to lib/src/danish/CatDan.gf diff --git a/lib/resource/danish/ConjunctionDan.gf b/lib/src/danish/ConjunctionDan.gf similarity index 100% rename from lib/resource/danish/ConjunctionDan.gf rename to lib/src/danish/ConjunctionDan.gf diff --git a/next-lib/src/danish/DiffDan.gf b/lib/src/danish/DiffDan.gf similarity index 100% rename from next-lib/src/danish/DiffDan.gf rename to lib/src/danish/DiffDan.gf diff --git a/lib/resource/danish/ExtraDan.gf b/lib/src/danish/ExtraDan.gf similarity index 100% rename from lib/resource/danish/ExtraDan.gf rename to lib/src/danish/ExtraDan.gf diff --git a/lib/resource/danish/ExtraDanAbs.gf b/lib/src/danish/ExtraDanAbs.gf similarity index 100% rename from lib/resource/danish/ExtraDanAbs.gf rename to lib/src/danish/ExtraDanAbs.gf diff --git a/lib/resource/danish/ExtraScandDan.gf b/lib/src/danish/ExtraScandDan.gf similarity index 100% rename from lib/resource/danish/ExtraScandDan.gf rename to lib/src/danish/ExtraScandDan.gf diff --git a/lib/resource/danish/GrammarDan.gf b/lib/src/danish/GrammarDan.gf similarity index 100% rename from lib/resource/danish/GrammarDan.gf rename to lib/src/danish/GrammarDan.gf diff --git a/lib/resource/danish/IdiomDan.gf b/lib/src/danish/IdiomDan.gf similarity index 100% rename from lib/resource/danish/IdiomDan.gf rename to lib/src/danish/IdiomDan.gf diff --git a/lib/resource/danish/IrregDan.gf b/lib/src/danish/IrregDan.gf similarity index 100% rename from lib/resource/danish/IrregDan.gf rename to lib/src/danish/IrregDan.gf diff --git a/lib/resource/danish/IrregDanAbs.gf b/lib/src/danish/IrregDanAbs.gf similarity index 100% rename from lib/resource/danish/IrregDanAbs.gf rename to lib/src/danish/IrregDanAbs.gf diff --git a/lib/resource/danish/LangDan.gf b/lib/src/danish/LangDan.gf similarity index 100% rename from lib/resource/danish/LangDan.gf rename to lib/src/danish/LangDan.gf diff --git a/next-lib/src/danish/LexiconDan.gf b/lib/src/danish/LexiconDan.gf similarity index 100% rename from next-lib/src/danish/LexiconDan.gf rename to lib/src/danish/LexiconDan.gf diff --git a/lib/resource/danish/MathDan.gf b/lib/src/danish/MathDan.gf similarity index 100% rename from lib/resource/danish/MathDan.gf rename to lib/src/danish/MathDan.gf diff --git a/lib/resource/danish/MorphoDan.gf b/lib/src/danish/MorphoDan.gf similarity index 100% rename from lib/resource/danish/MorphoDan.gf rename to lib/src/danish/MorphoDan.gf diff --git a/lib/resource/danish/NounDan.gf b/lib/src/danish/NounDan.gf similarity index 100% rename from lib/resource/danish/NounDan.gf rename to lib/src/danish/NounDan.gf diff --git a/lib/resource/danish/NumeralDan.gf b/lib/src/danish/NumeralDan.gf similarity index 100% rename from lib/resource/danish/NumeralDan.gf rename to lib/src/danish/NumeralDan.gf diff --git a/lib/resource/danish/ParadigmsDan.gf b/lib/src/danish/ParadigmsDan.gf similarity index 100% rename from lib/resource/danish/ParadigmsDan.gf rename to lib/src/danish/ParadigmsDan.gf diff --git a/lib/resource/danish/PhraseDan.gf b/lib/src/danish/PhraseDan.gf similarity index 100% rename from lib/resource/danish/PhraseDan.gf rename to lib/src/danish/PhraseDan.gf diff --git a/lib/resource/danish/QuestionDan.gf b/lib/src/danish/QuestionDan.gf similarity index 100% rename from lib/resource/danish/QuestionDan.gf rename to lib/src/danish/QuestionDan.gf diff --git a/lib/resource/danish/RelativeDan.gf b/lib/src/danish/RelativeDan.gf similarity index 100% rename from lib/resource/danish/RelativeDan.gf rename to lib/src/danish/RelativeDan.gf diff --git a/lib/resource/danish/ResDan.gf b/lib/src/danish/ResDan.gf similarity index 100% rename from lib/resource/danish/ResDan.gf rename to lib/src/danish/ResDan.gf diff --git a/lib/resource/danish/SentenceDan.gf b/lib/src/danish/SentenceDan.gf similarity index 100% rename from lib/resource/danish/SentenceDan.gf rename to lib/src/danish/SentenceDan.gf diff --git a/next-lib/src/danish/StructuralDan.gf b/lib/src/danish/StructuralDan.gf similarity index 100% rename from next-lib/src/danish/StructuralDan.gf rename to lib/src/danish/StructuralDan.gf diff --git a/next-lib/src/danish/SymbolDan.gf b/lib/src/danish/SymbolDan.gf similarity index 100% rename from next-lib/src/danish/SymbolDan.gf rename to lib/src/danish/SymbolDan.gf diff --git a/lib/resource/danish/VerbDan.gf b/lib/src/danish/VerbDan.gf similarity index 100% rename from lib/resource/danish/VerbDan.gf rename to lib/src/danish/VerbDan.gf diff --git a/next-lib/src/demo/Add.gf b/lib/src/demo/Add.gf similarity index 100% rename from next-lib/src/demo/Add.gf rename to lib/src/demo/Add.gf diff --git a/next-lib/src/demo/Clause.gf b/lib/src/demo/Clause.gf similarity index 100% rename from next-lib/src/demo/Clause.gf rename to lib/src/demo/Clause.gf diff --git a/next-lib/src/demo/ClauseAra.gf b/lib/src/demo/ClauseAra.gf similarity index 100% rename from next-lib/src/demo/ClauseAra.gf rename to lib/src/demo/ClauseAra.gf diff --git a/lib/resource/demo/ClauseBul.gf b/lib/src/demo/ClauseBul.gf similarity index 100% rename from lib/resource/demo/ClauseBul.gf rename to lib/src/demo/ClauseBul.gf diff --git a/lib/resource/demo/ClauseCat.gf b/lib/src/demo/ClauseCat.gf similarity index 100% rename from lib/resource/demo/ClauseCat.gf rename to lib/src/demo/ClauseCat.gf diff --git a/lib/resource/demo/ClauseDan.gf b/lib/src/demo/ClauseDan.gf similarity index 100% rename from lib/resource/demo/ClauseDan.gf rename to lib/src/demo/ClauseDan.gf diff --git a/lib/resource/demo/ClauseEng.gf b/lib/src/demo/ClauseEng.gf similarity index 100% rename from lib/resource/demo/ClauseEng.gf rename to lib/src/demo/ClauseEng.gf diff --git a/lib/resource/demo/ClauseFin.gf b/lib/src/demo/ClauseFin.gf similarity index 100% rename from lib/resource/demo/ClauseFin.gf rename to lib/src/demo/ClauseFin.gf diff --git a/lib/resource/demo/ClauseFre.gf b/lib/src/demo/ClauseFre.gf similarity index 100% rename from lib/resource/demo/ClauseFre.gf rename to lib/src/demo/ClauseFre.gf diff --git a/lib/resource/demo/ClauseGer.gf b/lib/src/demo/ClauseGer.gf similarity index 100% rename from lib/resource/demo/ClauseGer.gf rename to lib/src/demo/ClauseGer.gf diff --git a/next-lib/src/demo/ClauseI.gf b/lib/src/demo/ClauseI.gf similarity index 100% rename from next-lib/src/demo/ClauseI.gf rename to lib/src/demo/ClauseI.gf diff --git a/lib/resource/demo/ClauseIta.gf b/lib/src/demo/ClauseIta.gf similarity index 100% rename from lib/resource/demo/ClauseIta.gf rename to lib/src/demo/ClauseIta.gf diff --git a/lib/resource/demo/ClauseNor.gf b/lib/src/demo/ClauseNor.gf similarity index 100% rename from lib/resource/demo/ClauseNor.gf rename to lib/src/demo/ClauseNor.gf diff --git a/lib/resource/demo/ClauseRus.gf b/lib/src/demo/ClauseRus.gf similarity index 100% rename from lib/resource/demo/ClauseRus.gf rename to lib/src/demo/ClauseRus.gf diff --git a/lib/resource/demo/ClauseSpa.gf b/lib/src/demo/ClauseSpa.gf similarity index 100% rename from lib/resource/demo/ClauseSpa.gf rename to lib/src/demo/ClauseSpa.gf diff --git a/lib/resource/demo/ClauseSwe.gf b/lib/src/demo/ClauseSwe.gf similarity index 100% rename from lib/resource/demo/ClauseSwe.gf rename to lib/src/demo/ClauseSwe.gf diff --git a/lib/resource/demo/Demo.gf b/lib/src/demo/Demo.gf similarity index 100% rename from lib/resource/demo/Demo.gf rename to lib/src/demo/Demo.gf diff --git a/next-lib/src/demo/DemoAra.gf b/lib/src/demo/DemoAra.gf similarity index 100% rename from next-lib/src/demo/DemoAra.gf rename to lib/src/demo/DemoAra.gf diff --git a/lib/resource/demo/DemoBul.gf b/lib/src/demo/DemoBul.gf similarity index 100% rename from lib/resource/demo/DemoBul.gf rename to lib/src/demo/DemoBul.gf diff --git a/lib/resource/demo/DemoCat.gf b/lib/src/demo/DemoCat.gf similarity index 100% rename from lib/resource/demo/DemoCat.gf rename to lib/src/demo/DemoCat.gf diff --git a/lib/resource/demo/DemoDan.gf b/lib/src/demo/DemoDan.gf similarity index 100% rename from lib/resource/demo/DemoDan.gf rename to lib/src/demo/DemoDan.gf diff --git a/lib/resource/demo/DemoEng.gf b/lib/src/demo/DemoEng.gf similarity index 100% rename from lib/resource/demo/DemoEng.gf rename to lib/src/demo/DemoEng.gf diff --git a/lib/resource/demo/DemoFin.gf b/lib/src/demo/DemoFin.gf similarity index 100% rename from lib/resource/demo/DemoFin.gf rename to lib/src/demo/DemoFin.gf diff --git a/lib/resource/demo/DemoFre.gf b/lib/src/demo/DemoFre.gf similarity index 100% rename from lib/resource/demo/DemoFre.gf rename to lib/src/demo/DemoFre.gf diff --git a/lib/resource/demo/DemoGer.gf b/lib/src/demo/DemoGer.gf similarity index 100% rename from lib/resource/demo/DemoGer.gf rename to lib/src/demo/DemoGer.gf diff --git a/next-lib/src/demo/DemoHin.gf b/lib/src/demo/DemoHin.gf similarity index 100% rename from next-lib/src/demo/DemoHin.gf rename to lib/src/demo/DemoHin.gf diff --git a/next-lib/src/demo/DemoIna.gf b/lib/src/demo/DemoIna.gf similarity index 100% rename from next-lib/src/demo/DemoIna.gf rename to lib/src/demo/DemoIna.gf diff --git a/lib/resource/demo/DemoIta.gf b/lib/src/demo/DemoIta.gf similarity index 100% rename from lib/resource/demo/DemoIta.gf rename to lib/src/demo/DemoIta.gf diff --git a/next-lib/src/demo/DemoJ.gf b/lib/src/demo/DemoJ.gf similarity index 100% rename from next-lib/src/demo/DemoJ.gf rename to lib/src/demo/DemoJ.gf diff --git a/next-lib/src/demo/DemoJEng.gf b/lib/src/demo/DemoJEng.gf similarity index 100% rename from next-lib/src/demo/DemoJEng.gf rename to lib/src/demo/DemoJEng.gf diff --git a/lib/resource/demo/DemoNor.gf b/lib/src/demo/DemoNor.gf similarity index 100% rename from lib/resource/demo/DemoNor.gf rename to lib/src/demo/DemoNor.gf diff --git a/lib/resource/demo/DemoRus.gf b/lib/src/demo/DemoRus.gf similarity index 100% rename from lib/resource/demo/DemoRus.gf rename to lib/src/demo/DemoRus.gf diff --git a/lib/resource/demo/DemoSpa.gf b/lib/src/demo/DemoSpa.gf similarity index 100% rename from lib/resource/demo/DemoSpa.gf rename to lib/src/demo/DemoSpa.gf diff --git a/lib/resource/demo/DemoSwe.gf b/lib/src/demo/DemoSwe.gf similarity index 100% rename from lib/resource/demo/DemoSwe.gf rename to lib/src/demo/DemoSwe.gf diff --git a/next-lib/src/demo/DemoTha.gf b/lib/src/demo/DemoTha.gf similarity index 100% rename from next-lib/src/demo/DemoTha.gf rename to lib/src/demo/DemoTha.gf diff --git a/next-lib/src/english/AdjectiveEng.gf b/lib/src/english/AdjectiveEng.gf similarity index 100% rename from next-lib/src/english/AdjectiveEng.gf rename to lib/src/english/AdjectiveEng.gf diff --git a/next-lib/src/english/AdverbEng.gf b/lib/src/english/AdverbEng.gf similarity index 100% rename from next-lib/src/english/AdverbEng.gf rename to lib/src/english/AdverbEng.gf diff --git a/lib/resource/english/AllEng.gf b/lib/src/english/AllEng.gf similarity index 100% rename from lib/resource/english/AllEng.gf rename to lib/src/english/AllEng.gf diff --git a/lib/resource/english/AllEngAbs.gf b/lib/src/english/AllEngAbs.gf similarity index 100% rename from lib/resource/english/AllEngAbs.gf rename to lib/src/english/AllEngAbs.gf diff --git a/lib/resource/english/BackwardEng.gf b/lib/src/english/BackwardEng.gf similarity index 100% rename from lib/resource/english/BackwardEng.gf rename to lib/src/english/BackwardEng.gf diff --git a/next-lib/src/english/CatEng.gf b/lib/src/english/CatEng.gf similarity index 100% rename from next-lib/src/english/CatEng.gf rename to lib/src/english/CatEng.gf diff --git a/next-lib/src/catalan/CompatibilityCat.gf b/lib/src/english/CompatibilityCat.gf similarity index 100% rename from next-lib/src/catalan/CompatibilityCat.gf rename to lib/src/english/CompatibilityCat.gf diff --git a/next-lib/src/english/CompatibilityEng.gf b/lib/src/english/CompatibilityEng.gf similarity index 100% rename from next-lib/src/english/CompatibilityEng.gf rename to lib/src/english/CompatibilityEng.gf diff --git a/next-lib/src/english/ConjunctionEng.gf b/lib/src/english/ConjunctionEng.gf similarity index 100% rename from next-lib/src/english/ConjunctionEng.gf rename to lib/src/english/ConjunctionEng.gf diff --git a/next-lib/src/english/DictEng.gf b/lib/src/english/DictEng.gf similarity index 100% rename from next-lib/src/english/DictEng.gf rename to lib/src/english/DictEng.gf diff --git a/next-lib/src/english/DictEngAbs.gf b/lib/src/english/DictEngAbs.gf similarity index 100% rename from next-lib/src/english/DictEngAbs.gf rename to lib/src/english/DictEngAbs.gf diff --git a/next-lib/src/english/ExtraEng.gf b/lib/src/english/ExtraEng.gf similarity index 100% rename from next-lib/src/english/ExtraEng.gf rename to lib/src/english/ExtraEng.gf diff --git a/next-lib/src/english/ExtraEngAbs.gf b/lib/src/english/ExtraEngAbs.gf similarity index 100% rename from next-lib/src/english/ExtraEngAbs.gf rename to lib/src/english/ExtraEngAbs.gf diff --git a/lib/resource/english/GrammarEng.gf b/lib/src/english/GrammarEng.gf similarity index 100% rename from lib/resource/english/GrammarEng.gf rename to lib/src/english/GrammarEng.gf diff --git a/lib/resource/english/IdiomEng.gf b/lib/src/english/IdiomEng.gf similarity index 100% rename from lib/resource/english/IdiomEng.gf rename to lib/src/english/IdiomEng.gf diff --git a/lib/resource/english/IrregEng.gf b/lib/src/english/IrregEng.gf similarity index 100% rename from lib/resource/english/IrregEng.gf rename to lib/src/english/IrregEng.gf diff --git a/lib/resource/english/IrregEngAbs.gf b/lib/src/english/IrregEngAbs.gf similarity index 100% rename from lib/resource/english/IrregEngAbs.gf rename to lib/src/english/IrregEngAbs.gf diff --git a/lib/resource/english/LangEng.gf b/lib/src/english/LangEng.gf similarity index 100% rename from lib/resource/english/LangEng.gf rename to lib/src/english/LangEng.gf diff --git a/next-lib/src/english/LexiconEng.gf b/lib/src/english/LexiconEng.gf similarity index 100% rename from next-lib/src/english/LexiconEng.gf rename to lib/src/english/LexiconEng.gf diff --git a/next-lib/src/english/MakeStructuralEng.gf b/lib/src/english/MakeStructuralEng.gf similarity index 100% rename from next-lib/src/english/MakeStructuralEng.gf rename to lib/src/english/MakeStructuralEng.gf diff --git a/next-lib/src/english/MorphoEng.gf b/lib/src/english/MorphoEng.gf similarity index 100% rename from next-lib/src/english/MorphoEng.gf rename to lib/src/english/MorphoEng.gf diff --git a/next-lib/src/english/NounEng.gf b/lib/src/english/NounEng.gf similarity index 100% rename from next-lib/src/english/NounEng.gf rename to lib/src/english/NounEng.gf diff --git a/next-lib/src/english/NumeralEng.gf b/lib/src/english/NumeralEng.gf similarity index 100% rename from next-lib/src/english/NumeralEng.gf rename to lib/src/english/NumeralEng.gf diff --git a/next-lib/src/english/OverloadEng.gf b/lib/src/english/OverloadEng.gf similarity index 100% rename from next-lib/src/english/OverloadEng.gf rename to lib/src/english/OverloadEng.gf diff --git a/next-lib/src/english/ParadigmsEng.gf b/lib/src/english/ParadigmsEng.gf similarity index 100% rename from next-lib/src/english/ParadigmsEng.gf rename to lib/src/english/ParadigmsEng.gf diff --git a/lib/resource/english/PhraseEng.gf b/lib/src/english/PhraseEng.gf similarity index 100% rename from lib/resource/english/PhraseEng.gf rename to lib/src/english/PhraseEng.gf diff --git a/next-lib/src/english/QuestionEng.gf b/lib/src/english/QuestionEng.gf similarity index 100% rename from next-lib/src/english/QuestionEng.gf rename to lib/src/english/QuestionEng.gf diff --git a/next-lib/src/english/RelativeEng.gf b/lib/src/english/RelativeEng.gf similarity index 100% rename from next-lib/src/english/RelativeEng.gf rename to lib/src/english/RelativeEng.gf diff --git a/next-lib/src/english/ResEng.gf b/lib/src/english/ResEng.gf similarity index 100% rename from next-lib/src/english/ResEng.gf rename to lib/src/english/ResEng.gf diff --git a/next-lib/src/english/SentenceEng.gf b/lib/src/english/SentenceEng.gf similarity index 100% rename from next-lib/src/english/SentenceEng.gf rename to lib/src/english/SentenceEng.gf diff --git a/next-lib/src/english/StructuralEng.gf b/lib/src/english/StructuralEng.gf similarity index 100% rename from next-lib/src/english/StructuralEng.gf rename to lib/src/english/StructuralEng.gf diff --git a/next-lib/src/english/SymbolEng.gf b/lib/src/english/SymbolEng.gf similarity index 100% rename from next-lib/src/english/SymbolEng.gf rename to lib/src/english/SymbolEng.gf diff --git a/lib/resource/english/VerbEng.gf b/lib/src/english/VerbEng.gf similarity index 100% rename from lib/resource/english/VerbEng.gf rename to lib/src/english/VerbEng.gf diff --git a/next-lib/src/finnish/AdjectiveFin.gf b/lib/src/finnish/AdjectiveFin.gf similarity index 100% rename from next-lib/src/finnish/AdjectiveFin.gf rename to lib/src/finnish/AdjectiveFin.gf diff --git a/next-lib/src/finnish/AdverbFin.gf b/lib/src/finnish/AdverbFin.gf similarity index 100% rename from next-lib/src/finnish/AdverbFin.gf rename to lib/src/finnish/AdverbFin.gf diff --git a/lib/resource/finnish/AllFin.gf b/lib/src/finnish/AllFin.gf similarity index 100% rename from lib/resource/finnish/AllFin.gf rename to lib/src/finnish/AllFin.gf diff --git a/lib/resource/finnish/AllFinAbs.gf b/lib/src/finnish/AllFinAbs.gf similarity index 100% rename from lib/resource/finnish/AllFinAbs.gf rename to lib/src/finnish/AllFinAbs.gf diff --git a/next-lib/src/finnish/CatFin.gf b/lib/src/finnish/CatFin.gf similarity index 100% rename from next-lib/src/finnish/CatFin.gf rename to lib/src/finnish/CatFin.gf diff --git a/next-lib/src/finnish/CompatibilityFin.gf b/lib/src/finnish/CompatibilityFin.gf similarity index 100% rename from next-lib/src/finnish/CompatibilityFin.gf rename to lib/src/finnish/CompatibilityFin.gf diff --git a/next-lib/src/finnish/ConjunctionFin.gf b/lib/src/finnish/ConjunctionFin.gf similarity index 100% rename from next-lib/src/finnish/ConjunctionFin.gf rename to lib/src/finnish/ConjunctionFin.gf diff --git a/next-lib/src/finnish/ExtraFin.gf b/lib/src/finnish/ExtraFin.gf similarity index 100% rename from next-lib/src/finnish/ExtraFin.gf rename to lib/src/finnish/ExtraFin.gf diff --git a/lib/resource/finnish/ExtraFinAbs.gf b/lib/src/finnish/ExtraFinAbs.gf similarity index 100% rename from lib/resource/finnish/ExtraFinAbs.gf rename to lib/src/finnish/ExtraFinAbs.gf diff --git a/lib/resource/finnish/GrammarFin.gf b/lib/src/finnish/GrammarFin.gf similarity index 100% rename from lib/resource/finnish/GrammarFin.gf rename to lib/src/finnish/GrammarFin.gf diff --git a/lib/resource/finnish/IdiomFin.gf b/lib/src/finnish/IdiomFin.gf similarity index 100% rename from lib/resource/finnish/IdiomFin.gf rename to lib/src/finnish/IdiomFin.gf diff --git a/lib/resource/finnish/LangFin.gf b/lib/src/finnish/LangFin.gf similarity index 100% rename from lib/resource/finnish/LangFin.gf rename to lib/src/finnish/LangFin.gf diff --git a/next-lib/src/finnish/LexiconFin.gf b/lib/src/finnish/LexiconFin.gf similarity index 100% rename from next-lib/src/finnish/LexiconFin.gf rename to lib/src/finnish/LexiconFin.gf diff --git a/next-lib/src/finnish/MakeStructuralFin.gf b/lib/src/finnish/MakeStructuralFin.gf similarity index 100% rename from next-lib/src/finnish/MakeStructuralFin.gf rename to lib/src/finnish/MakeStructuralFin.gf diff --git a/next-lib/src/finnish/MorphoFin.gf b/lib/src/finnish/MorphoFin.gf similarity index 100% rename from next-lib/src/finnish/MorphoFin.gf rename to lib/src/finnish/MorphoFin.gf diff --git a/next-lib/src/finnish/NounFin.gf b/lib/src/finnish/NounFin.gf similarity index 100% rename from next-lib/src/finnish/NounFin.gf rename to lib/src/finnish/NounFin.gf diff --git a/lib/resource/finnish/NumeralFin.gf b/lib/src/finnish/NumeralFin.gf similarity index 100% rename from lib/resource/finnish/NumeralFin.gf rename to lib/src/finnish/NumeralFin.gf diff --git a/lib/resource/finnish/ParadigmsFin.gf b/lib/src/finnish/ParadigmsFin.gf similarity index 100% rename from lib/resource/finnish/ParadigmsFin.gf rename to lib/src/finnish/ParadigmsFin.gf diff --git a/lib/resource/finnish/PhraseFin.gf b/lib/src/finnish/PhraseFin.gf similarity index 100% rename from lib/resource/finnish/PhraseFin.gf rename to lib/src/finnish/PhraseFin.gf diff --git a/lib/resource/finnish/QuestionFin.gf b/lib/src/finnish/QuestionFin.gf similarity index 100% rename from lib/resource/finnish/QuestionFin.gf rename to lib/src/finnish/QuestionFin.gf diff --git a/lib/resource/finnish/RelativeFin.gf b/lib/src/finnish/RelativeFin.gf similarity index 100% rename from lib/resource/finnish/RelativeFin.gf rename to lib/src/finnish/RelativeFin.gf diff --git a/next-lib/src/finnish/ResFin.gf b/lib/src/finnish/ResFin.gf similarity index 100% rename from next-lib/src/finnish/ResFin.gf rename to lib/src/finnish/ResFin.gf diff --git a/next-lib/src/finnish/SentenceFin.gf b/lib/src/finnish/SentenceFin.gf similarity index 100% rename from next-lib/src/finnish/SentenceFin.gf rename to lib/src/finnish/SentenceFin.gf diff --git a/next-lib/src/finnish/StructuralFin.gf b/lib/src/finnish/StructuralFin.gf similarity index 100% rename from next-lib/src/finnish/StructuralFin.gf rename to lib/src/finnish/StructuralFin.gf diff --git a/next-lib/src/finnish/SymbolFin.gf b/lib/src/finnish/SymbolFin.gf similarity index 100% rename from next-lib/src/finnish/SymbolFin.gf rename to lib/src/finnish/SymbolFin.gf diff --git a/next-lib/src/finnish/VerbFin.gf b/lib/src/finnish/VerbFin.gf similarity index 100% rename from next-lib/src/finnish/VerbFin.gf rename to lib/src/finnish/VerbFin.gf diff --git a/lib/resource/french/AdjectiveFre.gf b/lib/src/french/AdjectiveFre.gf similarity index 100% rename from lib/resource/french/AdjectiveFre.gf rename to lib/src/french/AdjectiveFre.gf diff --git a/lib/resource/french/AdverbFre.gf b/lib/src/french/AdverbFre.gf similarity index 100% rename from lib/resource/french/AdverbFre.gf rename to lib/src/french/AdverbFre.gf diff --git a/lib/resource/french/AllFre.gf b/lib/src/french/AllFre.gf similarity index 100% rename from lib/resource/french/AllFre.gf rename to lib/src/french/AllFre.gf diff --git a/lib/resource/french/AllFreAbs.gf b/lib/src/french/AllFreAbs.gf similarity index 100% rename from lib/resource/french/AllFreAbs.gf rename to lib/src/french/AllFreAbs.gf diff --git a/lib/resource/french/BeschFre.gf b/lib/src/french/BeschFre.gf similarity index 100% rename from lib/resource/french/BeschFre.gf rename to lib/src/french/BeschFre.gf diff --git a/next-lib/src/french/CatFre.gf b/lib/src/french/CatFre.gf similarity index 100% rename from next-lib/src/french/CatFre.gf rename to lib/src/french/CatFre.gf diff --git a/lib/resource/french/CompatibilityFre.gf b/lib/src/french/CompatibilityFre.gf similarity index 100% rename from lib/resource/french/CompatibilityFre.gf rename to lib/src/french/CompatibilityFre.gf diff --git a/lib/resource/french/ConjunctionFre.gf b/lib/src/french/ConjunctionFre.gf similarity index 100% rename from lib/resource/french/ConjunctionFre.gf rename to lib/src/french/ConjunctionFre.gf diff --git a/next-lib/src/french/DiffFre.gf b/lib/src/french/DiffFre.gf similarity index 100% rename from next-lib/src/french/DiffFre.gf rename to lib/src/french/DiffFre.gf diff --git a/lib/resource/french/ExtraFre.gf b/lib/src/french/ExtraFre.gf similarity index 100% rename from lib/resource/french/ExtraFre.gf rename to lib/src/french/ExtraFre.gf diff --git a/lib/resource/french/ExtraFreAbs.gf b/lib/src/french/ExtraFreAbs.gf similarity index 100% rename from lib/resource/french/ExtraFreAbs.gf rename to lib/src/french/ExtraFreAbs.gf diff --git a/lib/resource/french/ExtraRomanceFre.gf b/lib/src/french/ExtraRomanceFre.gf similarity index 100% rename from lib/resource/french/ExtraRomanceFre.gf rename to lib/src/french/ExtraRomanceFre.gf diff --git a/next-lib/src/french/GrammarFre.gf b/lib/src/french/GrammarFre.gf similarity index 100% rename from next-lib/src/french/GrammarFre.gf rename to lib/src/french/GrammarFre.gf diff --git a/next-lib/src/french/IdiomFre.gf b/lib/src/french/IdiomFre.gf similarity index 100% rename from next-lib/src/french/IdiomFre.gf rename to lib/src/french/IdiomFre.gf diff --git a/lib/resource/french/IrregFre.gf b/lib/src/french/IrregFre.gf similarity index 100% rename from lib/resource/french/IrregFre.gf rename to lib/src/french/IrregFre.gf diff --git a/lib/resource/french/IrregFreAbs.gf b/lib/src/french/IrregFreAbs.gf similarity index 100% rename from lib/resource/french/IrregFreAbs.gf rename to lib/src/french/IrregFreAbs.gf diff --git a/next-lib/src/french/LangFre.gf b/lib/src/french/LangFre.gf similarity index 100% rename from next-lib/src/french/LangFre.gf rename to lib/src/french/LangFre.gf diff --git a/next-lib/src/french/LexiconFre.gf b/lib/src/french/LexiconFre.gf similarity index 100% rename from next-lib/src/french/LexiconFre.gf rename to lib/src/french/LexiconFre.gf diff --git a/next-lib/src/french/MakeStructuralFre.gf b/lib/src/french/MakeStructuralFre.gf similarity index 100% rename from next-lib/src/french/MakeStructuralFre.gf rename to lib/src/french/MakeStructuralFre.gf diff --git a/next-lib/src/french/MorphoFre.gf b/lib/src/french/MorphoFre.gf similarity index 100% rename from next-lib/src/french/MorphoFre.gf rename to lib/src/french/MorphoFre.gf diff --git a/lib/resource/french/NounFre.gf b/lib/src/french/NounFre.gf similarity index 100% rename from lib/resource/french/NounFre.gf rename to lib/src/french/NounFre.gf diff --git a/next-lib/src/french/NumeralFre.gf b/lib/src/french/NumeralFre.gf similarity index 100% rename from next-lib/src/french/NumeralFre.gf rename to lib/src/french/NumeralFre.gf diff --git a/next-lib/src/french/ParadigmsFre.gf b/lib/src/french/ParadigmsFre.gf similarity index 100% rename from next-lib/src/french/ParadigmsFre.gf rename to lib/src/french/ParadigmsFre.gf diff --git a/lib/resource/french/PhonoFre.gf b/lib/src/french/PhonoFre.gf similarity index 100% rename from lib/resource/french/PhonoFre.gf rename to lib/src/french/PhonoFre.gf diff --git a/lib/resource/french/PhraseFre.gf b/lib/src/french/PhraseFre.gf similarity index 100% rename from lib/resource/french/PhraseFre.gf rename to lib/src/french/PhraseFre.gf diff --git a/lib/resource/french/QuestionFre.gf b/lib/src/french/QuestionFre.gf similarity index 100% rename from lib/resource/french/QuestionFre.gf rename to lib/src/french/QuestionFre.gf diff --git a/lib/resource/french/RelativeFre.gf b/lib/src/french/RelativeFre.gf similarity index 100% rename from lib/resource/french/RelativeFre.gf rename to lib/src/french/RelativeFre.gf diff --git a/lib/resource/french/ResFre.gf b/lib/src/french/ResFre.gf similarity index 100% rename from lib/resource/french/ResFre.gf rename to lib/src/french/ResFre.gf diff --git a/lib/resource/french/SentenceFre.gf b/lib/src/french/SentenceFre.gf similarity index 100% rename from lib/resource/french/SentenceFre.gf rename to lib/src/french/SentenceFre.gf diff --git a/next-lib/src/french/StructuralFre.gf b/lib/src/french/StructuralFre.gf similarity index 100% rename from next-lib/src/french/StructuralFre.gf rename to lib/src/french/StructuralFre.gf diff --git a/next-lib/src/french/SymbolFre.gf b/lib/src/french/SymbolFre.gf similarity index 100% rename from next-lib/src/french/SymbolFre.gf rename to lib/src/french/SymbolFre.gf diff --git a/lib/resource/french/VerbFre.gf b/lib/src/french/VerbFre.gf similarity index 100% rename from lib/resource/french/VerbFre.gf rename to lib/src/french/VerbFre.gf diff --git a/next-lib/src/german/AdjectiveGer.gf b/lib/src/german/AdjectiveGer.gf similarity index 100% rename from next-lib/src/german/AdjectiveGer.gf rename to lib/src/german/AdjectiveGer.gf diff --git a/next-lib/src/german/AdverbGer.gf b/lib/src/german/AdverbGer.gf similarity index 100% rename from next-lib/src/german/AdverbGer.gf rename to lib/src/german/AdverbGer.gf diff --git a/lib/resource/german/AllGer.gf b/lib/src/german/AllGer.gf similarity index 100% rename from lib/resource/german/AllGer.gf rename to lib/src/german/AllGer.gf diff --git a/lib/resource/german/AllGerAbs.gf b/lib/src/german/AllGerAbs.gf similarity index 100% rename from lib/resource/german/AllGerAbs.gf rename to lib/src/german/AllGerAbs.gf diff --git a/next-lib/src/german/CatGer.gf b/lib/src/german/CatGer.gf similarity index 100% rename from next-lib/src/german/CatGer.gf rename to lib/src/german/CatGer.gf diff --git a/next-lib/src/german/ConjunctionGer.gf b/lib/src/german/ConjunctionGer.gf similarity index 100% rename from next-lib/src/german/ConjunctionGer.gf rename to lib/src/german/ConjunctionGer.gf diff --git a/lib/resource/german/ExtGer.gf b/lib/src/german/ExtGer.gf similarity index 100% rename from lib/resource/german/ExtGer.gf rename to lib/src/german/ExtGer.gf diff --git a/lib/resource/german/ExtraGer.gf b/lib/src/german/ExtraGer.gf similarity index 100% rename from lib/resource/german/ExtraGer.gf rename to lib/src/german/ExtraGer.gf diff --git a/lib/resource/german/ExtraGerAbs.gf b/lib/src/german/ExtraGerAbs.gf similarity index 100% rename from lib/resource/german/ExtraGerAbs.gf rename to lib/src/german/ExtraGerAbs.gf diff --git a/next-lib/src/german/GrammarGer.gf b/lib/src/german/GrammarGer.gf similarity index 100% rename from next-lib/src/german/GrammarGer.gf rename to lib/src/german/GrammarGer.gf diff --git a/lib/resource/german/IdiomGer.gf b/lib/src/german/IdiomGer.gf similarity index 100% rename from lib/resource/german/IdiomGer.gf rename to lib/src/german/IdiomGer.gf diff --git a/lib/resource/german/IrregGer.gf b/lib/src/german/IrregGer.gf similarity index 100% rename from lib/resource/german/IrregGer.gf rename to lib/src/german/IrregGer.gf diff --git a/lib/resource/german/IrregGerAbs.gf b/lib/src/german/IrregGerAbs.gf similarity index 100% rename from lib/resource/german/IrregGerAbs.gf rename to lib/src/german/IrregGerAbs.gf diff --git a/next-lib/src/german/LangGer.gf b/lib/src/german/LangGer.gf similarity index 100% rename from next-lib/src/german/LangGer.gf rename to lib/src/german/LangGer.gf diff --git a/next-lib/src/german/LexiconGer.gf b/lib/src/german/LexiconGer.gf similarity index 100% rename from next-lib/src/german/LexiconGer.gf rename to lib/src/german/LexiconGer.gf diff --git a/next-lib/src/german/MakeStructuralGer.gf b/lib/src/german/MakeStructuralGer.gf similarity index 100% rename from next-lib/src/german/MakeStructuralGer.gf rename to lib/src/german/MakeStructuralGer.gf diff --git a/next-lib/src/german/MorphoGer.gf b/lib/src/german/MorphoGer.gf similarity index 100% rename from next-lib/src/german/MorphoGer.gf rename to lib/src/german/MorphoGer.gf diff --git a/next-lib/src/german/NounGer.gf b/lib/src/german/NounGer.gf similarity index 100% rename from next-lib/src/german/NounGer.gf rename to lib/src/german/NounGer.gf diff --git a/lib/resource/german/NumeralGer.gf b/lib/src/german/NumeralGer.gf similarity index 100% rename from lib/resource/german/NumeralGer.gf rename to lib/src/german/NumeralGer.gf diff --git a/next-lib/src/german/ParadigmsGer.gf b/lib/src/german/ParadigmsGer.gf similarity index 100% rename from next-lib/src/german/ParadigmsGer.gf rename to lib/src/german/ParadigmsGer.gf diff --git a/lib/resource/german/PhraseGer.gf b/lib/src/german/PhraseGer.gf similarity index 100% rename from lib/resource/german/PhraseGer.gf rename to lib/src/german/PhraseGer.gf diff --git a/lib/resource/german/QuestionGer.gf b/lib/src/german/QuestionGer.gf similarity index 100% rename from lib/resource/german/QuestionGer.gf rename to lib/src/german/QuestionGer.gf diff --git a/lib/resource/german/RelativeGer.gf b/lib/src/german/RelativeGer.gf similarity index 100% rename from lib/resource/german/RelativeGer.gf rename to lib/src/german/RelativeGer.gf diff --git a/next-lib/src/german/ResGer.gf b/lib/src/german/ResGer.gf similarity index 100% rename from next-lib/src/german/ResGer.gf rename to lib/src/german/ResGer.gf diff --git a/next-lib/src/german/SentenceGer.gf b/lib/src/german/SentenceGer.gf similarity index 100% rename from next-lib/src/german/SentenceGer.gf rename to lib/src/german/SentenceGer.gf diff --git a/next-lib/src/german/StructuralGer.gf b/lib/src/german/StructuralGer.gf similarity index 100% rename from next-lib/src/german/StructuralGer.gf rename to lib/src/german/StructuralGer.gf diff --git a/next-lib/src/german/SymbolGer.gf b/lib/src/german/SymbolGer.gf similarity index 100% rename from next-lib/src/german/SymbolGer.gf rename to lib/src/german/SymbolGer.gf diff --git a/lib/resource/german/VerbGer.gf b/lib/src/german/VerbGer.gf similarity index 100% rename from lib/resource/german/VerbGer.gf rename to lib/src/german/VerbGer.gf diff --git a/lib/resource/hindi/AdjectiveHin.gf b/lib/src/hindi/AdjectiveHin.gf similarity index 100% rename from lib/resource/hindi/AdjectiveHin.gf rename to lib/src/hindi/AdjectiveHin.gf diff --git a/lib/resource/hindi/AdverbHin.gf b/lib/src/hindi/AdverbHin.gf similarity index 100% rename from lib/resource/hindi/AdverbHin.gf rename to lib/src/hindi/AdverbHin.gf diff --git a/lib/resource/hindi/AllHin.gf b/lib/src/hindi/AllHin.gf similarity index 100% rename from lib/resource/hindi/AllHin.gf rename to lib/src/hindi/AllHin.gf diff --git a/lib/resource/hindi/AllHinAbs.gf b/lib/src/hindi/AllHinAbs.gf similarity index 100% rename from lib/resource/hindi/AllHinAbs.gf rename to lib/src/hindi/AllHinAbs.gf diff --git a/lib/resource/hindi/BackwardHin.gf b/lib/src/hindi/BackwardHin.gf similarity index 100% rename from lib/resource/hindi/BackwardHin.gf rename to lib/src/hindi/BackwardHin.gf diff --git a/lib/resource/hindi/CatHin.gf b/lib/src/hindi/CatHin.gf similarity index 100% rename from lib/resource/hindi/CatHin.gf rename to lib/src/hindi/CatHin.gf diff --git a/lib/resource/hindi/ConjunctionHin.gf b/lib/src/hindi/ConjunctionHin.gf similarity index 100% rename from lib/resource/hindi/ConjunctionHin.gf rename to lib/src/hindi/ConjunctionHin.gf diff --git a/lib/resource/hindi/GrammarHin.gf b/lib/src/hindi/GrammarHin.gf similarity index 100% rename from lib/resource/hindi/GrammarHin.gf rename to lib/src/hindi/GrammarHin.gf diff --git a/lib/resource/hindi/IdiomHin.gf b/lib/src/hindi/IdiomHin.gf similarity index 100% rename from lib/resource/hindi/IdiomHin.gf rename to lib/src/hindi/IdiomHin.gf diff --git a/lib/resource/hindi/IrregHin.gf b/lib/src/hindi/IrregHin.gf similarity index 100% rename from lib/resource/hindi/IrregHin.gf rename to lib/src/hindi/IrregHin.gf diff --git a/lib/resource/hindi/LangHin.gf b/lib/src/hindi/LangHin.gf similarity index 100% rename from lib/resource/hindi/LangHin.gf rename to lib/src/hindi/LangHin.gf diff --git a/lib/resource/hindi/LexiconHin.gf b/lib/src/hindi/LexiconHin.gf similarity index 100% rename from lib/resource/hindi/LexiconHin.gf rename to lib/src/hindi/LexiconHin.gf diff --git a/lib/resource/hindi/MorphoHin.gf b/lib/src/hindi/MorphoHin.gf similarity index 100% rename from lib/resource/hindi/MorphoHin.gf rename to lib/src/hindi/MorphoHin.gf diff --git a/next-lib/src/hindi/NounHin.gf b/lib/src/hindi/NounHin.gf similarity index 100% rename from next-lib/src/hindi/NounHin.gf rename to lib/src/hindi/NounHin.gf diff --git a/lib/resource/hindi/NumeralHin.gf b/lib/src/hindi/NumeralHin.gf similarity index 100% rename from lib/resource/hindi/NumeralHin.gf rename to lib/src/hindi/NumeralHin.gf diff --git a/lib/resource/hindi/ParadigmsHin.gf b/lib/src/hindi/ParadigmsHin.gf similarity index 100% rename from lib/resource/hindi/ParadigmsHin.gf rename to lib/src/hindi/ParadigmsHin.gf diff --git a/lib/resource/hindi/PhraseHin.gf b/lib/src/hindi/PhraseHin.gf similarity index 100% rename from lib/resource/hindi/PhraseHin.gf rename to lib/src/hindi/PhraseHin.gf diff --git a/lib/resource/hindi/QuestionHin.gf b/lib/src/hindi/QuestionHin.gf similarity index 100% rename from lib/resource/hindi/QuestionHin.gf rename to lib/src/hindi/QuestionHin.gf diff --git a/lib/resource/hindi/RelativeHin.gf b/lib/src/hindi/RelativeHin.gf similarity index 100% rename from lib/resource/hindi/RelativeHin.gf rename to lib/src/hindi/RelativeHin.gf diff --git a/lib/resource/hindi/ResHin.gf b/lib/src/hindi/ResHin.gf similarity index 100% rename from lib/resource/hindi/ResHin.gf rename to lib/src/hindi/ResHin.gf diff --git a/lib/resource/hindi/SentenceHin.gf b/lib/src/hindi/SentenceHin.gf similarity index 100% rename from lib/resource/hindi/SentenceHin.gf rename to lib/src/hindi/SentenceHin.gf diff --git a/lib/resource/hindi/StructuralHin.gf b/lib/src/hindi/StructuralHin.gf similarity index 100% rename from lib/resource/hindi/StructuralHin.gf rename to lib/src/hindi/StructuralHin.gf diff --git a/next-lib/src/hindi/SymbolHin.gf b/lib/src/hindi/SymbolHin.gf similarity index 100% rename from next-lib/src/hindi/SymbolHin.gf rename to lib/src/hindi/SymbolHin.gf diff --git a/lib/resource/hindi/VerbHin.gf b/lib/src/hindi/VerbHin.gf similarity index 100% rename from lib/resource/hindi/VerbHin.gf rename to lib/src/hindi/VerbHin.gf diff --git a/next-lib/src/interlingua/AdjectiveIna.gf b/lib/src/interlingua/AdjectiveIna.gf similarity index 100% rename from next-lib/src/interlingua/AdjectiveIna.gf rename to lib/src/interlingua/AdjectiveIna.gf diff --git a/lib/resource/interlingua/AdverbIna.gf b/lib/src/interlingua/AdverbIna.gf similarity index 100% rename from lib/resource/interlingua/AdverbIna.gf rename to lib/src/interlingua/AdverbIna.gf diff --git a/lib/resource/interlingua/AllIna.gf b/lib/src/interlingua/AllIna.gf similarity index 100% rename from lib/resource/interlingua/AllIna.gf rename to lib/src/interlingua/AllIna.gf diff --git a/lib/resource/interlingua/AllInaAbs.gf b/lib/src/interlingua/AllInaAbs.gf similarity index 100% rename from lib/resource/interlingua/AllInaAbs.gf rename to lib/src/interlingua/AllInaAbs.gf diff --git a/next-lib/src/interlingua/CatIna.gf b/lib/src/interlingua/CatIna.gf similarity index 100% rename from next-lib/src/interlingua/CatIna.gf rename to lib/src/interlingua/CatIna.gf diff --git a/lib/resource/interlingua/ConjunctionIna.gf b/lib/src/interlingua/ConjunctionIna.gf similarity index 100% rename from lib/resource/interlingua/ConjunctionIna.gf rename to lib/src/interlingua/ConjunctionIna.gf diff --git a/lib/resource/interlingua/ExtraIna.gf b/lib/src/interlingua/ExtraIna.gf similarity index 100% rename from lib/resource/interlingua/ExtraIna.gf rename to lib/src/interlingua/ExtraIna.gf diff --git a/lib/resource/interlingua/GrammarIna.gf b/lib/src/interlingua/GrammarIna.gf similarity index 100% rename from lib/resource/interlingua/GrammarIna.gf rename to lib/src/interlingua/GrammarIna.gf diff --git a/next-lib/src/interlingua/IdiomIna.gf b/lib/src/interlingua/IdiomIna.gf similarity index 100% rename from next-lib/src/interlingua/IdiomIna.gf rename to lib/src/interlingua/IdiomIna.gf diff --git a/lib/resource/interlingua/IrregIna.gf b/lib/src/interlingua/IrregIna.gf similarity index 100% rename from lib/resource/interlingua/IrregIna.gf rename to lib/src/interlingua/IrregIna.gf diff --git a/lib/resource/interlingua/IrregInaAbs.gf b/lib/src/interlingua/IrregInaAbs.gf similarity index 100% rename from lib/resource/interlingua/IrregInaAbs.gf rename to lib/src/interlingua/IrregInaAbs.gf diff --git a/next-lib/src/interlingua/LangIna.gf b/lib/src/interlingua/LangIna.gf similarity index 100% rename from next-lib/src/interlingua/LangIna.gf rename to lib/src/interlingua/LangIna.gf diff --git a/next-lib/src/interlingua/LexiconIna.gf b/lib/src/interlingua/LexiconIna.gf similarity index 100% rename from next-lib/src/interlingua/LexiconIna.gf rename to lib/src/interlingua/LexiconIna.gf diff --git a/lib/resource/interlingua/MorphoIna.gf b/lib/src/interlingua/MorphoIna.gf similarity index 100% rename from lib/resource/interlingua/MorphoIna.gf rename to lib/src/interlingua/MorphoIna.gf diff --git a/next-lib/src/interlingua/NounIna.gf b/lib/src/interlingua/NounIna.gf similarity index 100% rename from next-lib/src/interlingua/NounIna.gf rename to lib/src/interlingua/NounIna.gf diff --git a/lib/resource/interlingua/NumeralIna.gf b/lib/src/interlingua/NumeralIna.gf similarity index 100% rename from lib/resource/interlingua/NumeralIna.gf rename to lib/src/interlingua/NumeralIna.gf diff --git a/next-lib/src/interlingua/OverloadIna.gf b/lib/src/interlingua/OverloadIna.gf similarity index 100% rename from next-lib/src/interlingua/OverloadIna.gf rename to lib/src/interlingua/OverloadIna.gf diff --git a/lib/resource/interlingua/ParadigmsIna.gf b/lib/src/interlingua/ParadigmsIna.gf similarity index 100% rename from lib/resource/interlingua/ParadigmsIna.gf rename to lib/src/interlingua/ParadigmsIna.gf diff --git a/lib/resource/interlingua/PhraseIna.gf b/lib/src/interlingua/PhraseIna.gf similarity index 100% rename from lib/resource/interlingua/PhraseIna.gf rename to lib/src/interlingua/PhraseIna.gf diff --git a/next-lib/src/interlingua/QuestionIna.gf b/lib/src/interlingua/QuestionIna.gf similarity index 100% rename from next-lib/src/interlingua/QuestionIna.gf rename to lib/src/interlingua/QuestionIna.gf diff --git a/next-lib/src/interlingua/RelativeIna.gf b/lib/src/interlingua/RelativeIna.gf similarity index 100% rename from next-lib/src/interlingua/RelativeIna.gf rename to lib/src/interlingua/RelativeIna.gf diff --git a/next-lib/src/interlingua/ResIna.gf b/lib/src/interlingua/ResIna.gf similarity index 100% rename from next-lib/src/interlingua/ResIna.gf rename to lib/src/interlingua/ResIna.gf diff --git a/lib/resource/interlingua/ResIna2.gf b/lib/src/interlingua/ResIna2.gf similarity index 100% rename from lib/resource/interlingua/ResIna2.gf rename to lib/src/interlingua/ResIna2.gf diff --git a/next-lib/src/interlingua/SentenceIna.gf b/lib/src/interlingua/SentenceIna.gf similarity index 100% rename from next-lib/src/interlingua/SentenceIna.gf rename to lib/src/interlingua/SentenceIna.gf diff --git a/next-lib/src/interlingua/StructuralIna.gf b/lib/src/interlingua/StructuralIna.gf similarity index 100% rename from next-lib/src/interlingua/StructuralIna.gf rename to lib/src/interlingua/StructuralIna.gf diff --git a/next-lib/src/interlingua/SymbolIna.gf b/lib/src/interlingua/SymbolIna.gf similarity index 100% rename from next-lib/src/interlingua/SymbolIna.gf rename to lib/src/interlingua/SymbolIna.gf diff --git a/next-lib/src/interlingua/VerbIna.gf b/lib/src/interlingua/VerbIna.gf similarity index 100% rename from next-lib/src/interlingua/VerbIna.gf rename to lib/src/interlingua/VerbIna.gf diff --git a/lib/resource/italian/AdjectiveIta.gf b/lib/src/italian/AdjectiveIta.gf similarity index 100% rename from lib/resource/italian/AdjectiveIta.gf rename to lib/src/italian/AdjectiveIta.gf diff --git a/lib/resource/italian/AdverbIta.gf b/lib/src/italian/AdverbIta.gf similarity index 100% rename from lib/resource/italian/AdverbIta.gf rename to lib/src/italian/AdverbIta.gf diff --git a/lib/resource/italian/AllIta.gf b/lib/src/italian/AllIta.gf similarity index 100% rename from lib/resource/italian/AllIta.gf rename to lib/src/italian/AllIta.gf diff --git a/lib/resource/italian/AllItaAbs.gf b/lib/src/italian/AllItaAbs.gf similarity index 100% rename from lib/resource/italian/AllItaAbs.gf rename to lib/src/italian/AllItaAbs.gf diff --git a/lib/resource/italian/BeschIta.gf b/lib/src/italian/BeschIta.gf similarity index 100% rename from lib/resource/italian/BeschIta.gf rename to lib/src/italian/BeschIta.gf diff --git a/next-lib/src/italian/CatIta.gf b/lib/src/italian/CatIta.gf similarity index 100% rename from next-lib/src/italian/CatIta.gf rename to lib/src/italian/CatIta.gf diff --git a/lib/resource/italian/CompatibilityIta.gf b/lib/src/italian/CompatibilityIta.gf similarity index 100% rename from lib/resource/italian/CompatibilityIta.gf rename to lib/src/italian/CompatibilityIta.gf diff --git a/lib/resource/italian/ConjunctionIta.gf b/lib/src/italian/ConjunctionIta.gf similarity index 100% rename from lib/resource/italian/ConjunctionIta.gf rename to lib/src/italian/ConjunctionIta.gf diff --git a/next-lib/src/italian/DiffIta.gf b/lib/src/italian/DiffIta.gf similarity index 100% rename from next-lib/src/italian/DiffIta.gf rename to lib/src/italian/DiffIta.gf diff --git a/lib/resource/italian/ExtraIta.gf b/lib/src/italian/ExtraIta.gf similarity index 100% rename from lib/resource/italian/ExtraIta.gf rename to lib/src/italian/ExtraIta.gf diff --git a/lib/resource/italian/ExtraItaAbs.gf b/lib/src/italian/ExtraItaAbs.gf similarity index 100% rename from lib/resource/italian/ExtraItaAbs.gf rename to lib/src/italian/ExtraItaAbs.gf diff --git a/lib/resource/italian/ExtraRomanceIta.gf b/lib/src/italian/ExtraRomanceIta.gf similarity index 100% rename from lib/resource/italian/ExtraRomanceIta.gf rename to lib/src/italian/ExtraRomanceIta.gf diff --git a/next-lib/src/italian/GrammarIta.gf b/lib/src/italian/GrammarIta.gf similarity index 100% rename from next-lib/src/italian/GrammarIta.gf rename to lib/src/italian/GrammarIta.gf diff --git a/next-lib/src/italian/IdiomIta.gf b/lib/src/italian/IdiomIta.gf similarity index 100% rename from next-lib/src/italian/IdiomIta.gf rename to lib/src/italian/IdiomIta.gf diff --git a/next-lib/src/italian/LangIta.gf b/lib/src/italian/LangIta.gf similarity index 100% rename from next-lib/src/italian/LangIta.gf rename to lib/src/italian/LangIta.gf diff --git a/next-lib/src/italian/LexiconIta.gf b/lib/src/italian/LexiconIta.gf similarity index 100% rename from next-lib/src/italian/LexiconIta.gf rename to lib/src/italian/LexiconIta.gf diff --git a/next-lib/src/italian/MakeStructuralIta.gf b/lib/src/italian/MakeStructuralIta.gf similarity index 100% rename from next-lib/src/italian/MakeStructuralIta.gf rename to lib/src/italian/MakeStructuralIta.gf diff --git a/next-lib/src/italian/MorphoIta.gf b/lib/src/italian/MorphoIta.gf similarity index 100% rename from next-lib/src/italian/MorphoIta.gf rename to lib/src/italian/MorphoIta.gf diff --git a/lib/resource/italian/NounIta.gf b/lib/src/italian/NounIta.gf similarity index 100% rename from lib/resource/italian/NounIta.gf rename to lib/src/italian/NounIta.gf diff --git a/next-lib/src/italian/NumeralIta.gf b/lib/src/italian/NumeralIta.gf similarity index 100% rename from next-lib/src/italian/NumeralIta.gf rename to lib/src/italian/NumeralIta.gf diff --git a/next-lib/src/italian/ParadigmsIta.gf b/lib/src/italian/ParadigmsIta.gf similarity index 100% rename from next-lib/src/italian/ParadigmsIta.gf rename to lib/src/italian/ParadigmsIta.gf diff --git a/next-lib/src/italian/PhonoIta.gf b/lib/src/italian/PhonoIta.gf similarity index 100% rename from next-lib/src/italian/PhonoIta.gf rename to lib/src/italian/PhonoIta.gf diff --git a/lib/resource/italian/PhraseIta.gf b/lib/src/italian/PhraseIta.gf similarity index 100% rename from lib/resource/italian/PhraseIta.gf rename to lib/src/italian/PhraseIta.gf diff --git a/lib/resource/italian/QuestionIta.gf b/lib/src/italian/QuestionIta.gf similarity index 100% rename from lib/resource/italian/QuestionIta.gf rename to lib/src/italian/QuestionIta.gf diff --git a/lib/resource/italian/RelativeIta.gf b/lib/src/italian/RelativeIta.gf similarity index 100% rename from lib/resource/italian/RelativeIta.gf rename to lib/src/italian/RelativeIta.gf diff --git a/lib/resource/italian/ResIta.gf b/lib/src/italian/ResIta.gf similarity index 100% rename from lib/resource/italian/ResIta.gf rename to lib/src/italian/ResIta.gf diff --git a/lib/resource/italian/SentenceIta.gf b/lib/src/italian/SentenceIta.gf similarity index 100% rename from lib/resource/italian/SentenceIta.gf rename to lib/src/italian/SentenceIta.gf diff --git a/next-lib/src/italian/StructuralIta.gf b/lib/src/italian/StructuralIta.gf similarity index 100% rename from next-lib/src/italian/StructuralIta.gf rename to lib/src/italian/StructuralIta.gf diff --git a/next-lib/src/italian/SymbolIta.gf b/lib/src/italian/SymbolIta.gf similarity index 100% rename from next-lib/src/italian/SymbolIta.gf rename to lib/src/italian/SymbolIta.gf diff --git a/lib/resource/italian/VerbIta.gf b/lib/src/italian/VerbIta.gf similarity index 100% rename from lib/resource/italian/VerbIta.gf rename to lib/src/italian/VerbIta.gf diff --git a/next-lib/src/latin/AdjectiveLat.gf b/lib/src/latin/AdjectiveLat.gf similarity index 100% rename from next-lib/src/latin/AdjectiveLat.gf rename to lib/src/latin/AdjectiveLat.gf diff --git a/next-lib/src/latin/AdverbLat.gf b/lib/src/latin/AdverbLat.gf similarity index 100% rename from next-lib/src/latin/AdverbLat.gf rename to lib/src/latin/AdverbLat.gf diff --git a/next-lib/src/english/AllEngAbs.gf b/lib/src/latin/AllEngAbs.gf similarity index 100% rename from next-lib/src/english/AllEngAbs.gf rename to lib/src/latin/AllEngAbs.gf diff --git a/next-lib/src/latin/AllLat.gf b/lib/src/latin/AllLat.gf similarity index 100% rename from next-lib/src/latin/AllLat.gf rename to lib/src/latin/AllLat.gf diff --git a/next-lib/src/latin/AllLatAbs.gf b/lib/src/latin/AllLatAbs.gf similarity index 100% rename from next-lib/src/latin/AllLatAbs.gf rename to lib/src/latin/AllLatAbs.gf diff --git a/next-lib/src/latin/BackwardLat.gf b/lib/src/latin/BackwardLat.gf similarity index 100% rename from next-lib/src/latin/BackwardLat.gf rename to lib/src/latin/BackwardLat.gf diff --git a/next-lib/src/latin/CatLat.gf b/lib/src/latin/CatLat.gf similarity index 100% rename from next-lib/src/latin/CatLat.gf rename to lib/src/latin/CatLat.gf diff --git a/next-lib/src/latin/ConjunctionLat.gf b/lib/src/latin/ConjunctionLat.gf similarity index 100% rename from next-lib/src/latin/ConjunctionLat.gf rename to lib/src/latin/ConjunctionLat.gf diff --git a/lib/resource/english/ExtraEngAbs.gf b/lib/src/latin/ExtraEngAbs.gf similarity index 100% rename from lib/resource/english/ExtraEngAbs.gf rename to lib/src/latin/ExtraEngAbs.gf diff --git a/next-lib/src/latin/ExtraLat.gf b/lib/src/latin/ExtraLat.gf similarity index 100% rename from next-lib/src/latin/ExtraLat.gf rename to lib/src/latin/ExtraLat.gf diff --git a/next-lib/src/latin/GrammarLat.gf b/lib/src/latin/GrammarLat.gf similarity index 100% rename from next-lib/src/latin/GrammarLat.gf rename to lib/src/latin/GrammarLat.gf diff --git a/next-lib/src/latin/IdiomLat.gf b/lib/src/latin/IdiomLat.gf similarity index 100% rename from next-lib/src/latin/IdiomLat.gf rename to lib/src/latin/IdiomLat.gf diff --git a/next-lib/src/english/IrregEngAbs.gf b/lib/src/latin/IrregEngAbs.gf similarity index 100% rename from next-lib/src/english/IrregEngAbs.gf rename to lib/src/latin/IrregEngAbs.gf diff --git a/next-lib/src/latin/IrregLat.gf b/lib/src/latin/IrregLat.gf similarity index 100% rename from next-lib/src/latin/IrregLat.gf rename to lib/src/latin/IrregLat.gf diff --git a/next-lib/src/latin/LangLat.gf b/lib/src/latin/LangLat.gf similarity index 100% rename from next-lib/src/latin/LangLat.gf rename to lib/src/latin/LangLat.gf diff --git a/next-lib/src/latin/LexiconLat.gf b/lib/src/latin/LexiconLat.gf similarity index 100% rename from next-lib/src/latin/LexiconLat.gf rename to lib/src/latin/LexiconLat.gf diff --git a/next-lib/src/latin/MorphoLat.gf b/lib/src/latin/MorphoLat.gf similarity index 100% rename from next-lib/src/latin/MorphoLat.gf rename to lib/src/latin/MorphoLat.gf diff --git a/next-lib/src/latin/NounLat.gf b/lib/src/latin/NounLat.gf similarity index 100% rename from next-lib/src/latin/NounLat.gf rename to lib/src/latin/NounLat.gf diff --git a/next-lib/src/latin/NumeralLat.gf b/lib/src/latin/NumeralLat.gf similarity index 100% rename from next-lib/src/latin/NumeralLat.gf rename to lib/src/latin/NumeralLat.gf diff --git a/next-lib/src/latin/OverloadLat.gf b/lib/src/latin/OverloadLat.gf similarity index 100% rename from next-lib/src/latin/OverloadLat.gf rename to lib/src/latin/OverloadLat.gf diff --git a/next-lib/src/latin/ParadigmsLat.gf b/lib/src/latin/ParadigmsLat.gf similarity index 100% rename from next-lib/src/latin/ParadigmsLat.gf rename to lib/src/latin/ParadigmsLat.gf diff --git a/next-lib/src/latin/PhraseLat.gf b/lib/src/latin/PhraseLat.gf similarity index 100% rename from next-lib/src/latin/PhraseLat.gf rename to lib/src/latin/PhraseLat.gf diff --git a/next-lib/src/latin/QuestionLat.gf b/lib/src/latin/QuestionLat.gf similarity index 100% rename from next-lib/src/latin/QuestionLat.gf rename to lib/src/latin/QuestionLat.gf diff --git a/next-lib/src/latin/RelativeLat.gf b/lib/src/latin/RelativeLat.gf similarity index 100% rename from next-lib/src/latin/RelativeLat.gf rename to lib/src/latin/RelativeLat.gf diff --git a/next-lib/src/latin/ResLat.gf b/lib/src/latin/ResLat.gf similarity index 100% rename from next-lib/src/latin/ResLat.gf rename to lib/src/latin/ResLat.gf diff --git a/next-lib/src/latin/SentenceLat.gf b/lib/src/latin/SentenceLat.gf similarity index 100% rename from next-lib/src/latin/SentenceLat.gf rename to lib/src/latin/SentenceLat.gf diff --git a/next-lib/src/latin/StructuralLat.gf b/lib/src/latin/StructuralLat.gf similarity index 100% rename from next-lib/src/latin/StructuralLat.gf rename to lib/src/latin/StructuralLat.gf diff --git a/next-lib/src/latin/SymbolLat.gf b/lib/src/latin/SymbolLat.gf similarity index 100% rename from next-lib/src/latin/SymbolLat.gf rename to lib/src/latin/SymbolLat.gf diff --git a/next-lib/src/latin/VerbLat.gf b/lib/src/latin/VerbLat.gf similarity index 100% rename from next-lib/src/latin/VerbLat.gf rename to lib/src/latin/VerbLat.gf diff --git a/next-lib/src/latin/notes.txt b/lib/src/latin/notes.txt similarity index 100% rename from next-lib/src/latin/notes.txt rename to lib/src/latin/notes.txt diff --git a/next-lib/src/mkMinimal b/lib/src/mkMinimal similarity index 100% rename from next-lib/src/mkMinimal rename to lib/src/mkMinimal diff --git a/lib/resource/mkPresent b/lib/src/mkPresent similarity index 100% rename from lib/resource/mkPresent rename to lib/src/mkPresent diff --git a/lib/resource/norwegian/AdjectiveNor.gf b/lib/src/norwegian/AdjectiveNor.gf similarity index 100% rename from lib/resource/norwegian/AdjectiveNor.gf rename to lib/src/norwegian/AdjectiveNor.gf diff --git a/lib/resource/norwegian/AdverbNor.gf b/lib/src/norwegian/AdverbNor.gf similarity index 100% rename from lib/resource/norwegian/AdverbNor.gf rename to lib/src/norwegian/AdverbNor.gf diff --git a/lib/resource/norwegian/AllNor.gf b/lib/src/norwegian/AllNor.gf similarity index 100% rename from lib/resource/norwegian/AllNor.gf rename to lib/src/norwegian/AllNor.gf diff --git a/lib/resource/norwegian/AllNorAbs.gf b/lib/src/norwegian/AllNorAbs.gf similarity index 100% rename from lib/resource/norwegian/AllNorAbs.gf rename to lib/src/norwegian/AllNorAbs.gf diff --git a/lib/resource/norwegian/CatNor.gf b/lib/src/norwegian/CatNor.gf similarity index 100% rename from lib/resource/norwegian/CatNor.gf rename to lib/src/norwegian/CatNor.gf diff --git a/lib/resource/norwegian/ConjunctionNor.gf b/lib/src/norwegian/ConjunctionNor.gf similarity index 100% rename from lib/resource/norwegian/ConjunctionNor.gf rename to lib/src/norwegian/ConjunctionNor.gf diff --git a/next-lib/src/norwegian/DiffNor.gf b/lib/src/norwegian/DiffNor.gf similarity index 100% rename from next-lib/src/norwegian/DiffNor.gf rename to lib/src/norwegian/DiffNor.gf diff --git a/lib/resource/norwegian/ExtraNor.gf b/lib/src/norwegian/ExtraNor.gf similarity index 100% rename from lib/resource/norwegian/ExtraNor.gf rename to lib/src/norwegian/ExtraNor.gf diff --git a/lib/resource/norwegian/ExtraNorAbs.gf b/lib/src/norwegian/ExtraNorAbs.gf similarity index 100% rename from lib/resource/norwegian/ExtraNorAbs.gf rename to lib/src/norwegian/ExtraNorAbs.gf diff --git a/lib/resource/norwegian/ExtraScandNor.gf b/lib/src/norwegian/ExtraScandNor.gf similarity index 100% rename from lib/resource/norwegian/ExtraScandNor.gf rename to lib/src/norwegian/ExtraScandNor.gf diff --git a/lib/resource/norwegian/GrammarNor.gf b/lib/src/norwegian/GrammarNor.gf similarity index 100% rename from lib/resource/norwegian/GrammarNor.gf rename to lib/src/norwegian/GrammarNor.gf diff --git a/lib/resource/norwegian/IdiomNor.gf b/lib/src/norwegian/IdiomNor.gf similarity index 100% rename from lib/resource/norwegian/IdiomNor.gf rename to lib/src/norwegian/IdiomNor.gf diff --git a/lib/resource/norwegian/IrregNor.gf b/lib/src/norwegian/IrregNor.gf similarity index 100% rename from lib/resource/norwegian/IrregNor.gf rename to lib/src/norwegian/IrregNor.gf diff --git a/lib/resource/norwegian/IrregNorAbs.gf b/lib/src/norwegian/IrregNorAbs.gf similarity index 100% rename from lib/resource/norwegian/IrregNorAbs.gf rename to lib/src/norwegian/IrregNorAbs.gf diff --git a/lib/resource/norwegian/LangNor.gf b/lib/src/norwegian/LangNor.gf similarity index 100% rename from lib/resource/norwegian/LangNor.gf rename to lib/src/norwegian/LangNor.gf diff --git a/next-lib/src/norwegian/LexiconNor.gf b/lib/src/norwegian/LexiconNor.gf similarity index 100% rename from next-lib/src/norwegian/LexiconNor.gf rename to lib/src/norwegian/LexiconNor.gf diff --git a/lib/resource/norwegian/MathNor.gf b/lib/src/norwegian/MathNor.gf similarity index 100% rename from lib/resource/norwegian/MathNor.gf rename to lib/src/norwegian/MathNor.gf diff --git a/lib/resource/norwegian/MorphoNor.gf b/lib/src/norwegian/MorphoNor.gf similarity index 100% rename from lib/resource/norwegian/MorphoNor.gf rename to lib/src/norwegian/MorphoNor.gf diff --git a/lib/resource/norwegian/NounNor.gf b/lib/src/norwegian/NounNor.gf similarity index 100% rename from lib/resource/norwegian/NounNor.gf rename to lib/src/norwegian/NounNor.gf diff --git a/lib/resource/norwegian/NumeralNor.gf b/lib/src/norwegian/NumeralNor.gf similarity index 100% rename from lib/resource/norwegian/NumeralNor.gf rename to lib/src/norwegian/NumeralNor.gf diff --git a/lib/resource/norwegian/ParadigmsNor.gf b/lib/src/norwegian/ParadigmsNor.gf similarity index 100% rename from lib/resource/norwegian/ParadigmsNor.gf rename to lib/src/norwegian/ParadigmsNor.gf diff --git a/lib/resource/norwegian/PhraseNor.gf b/lib/src/norwegian/PhraseNor.gf similarity index 100% rename from lib/resource/norwegian/PhraseNor.gf rename to lib/src/norwegian/PhraseNor.gf diff --git a/lib/resource/norwegian/QuestionNor.gf b/lib/src/norwegian/QuestionNor.gf similarity index 100% rename from lib/resource/norwegian/QuestionNor.gf rename to lib/src/norwegian/QuestionNor.gf diff --git a/lib/resource/norwegian/RelativeNor.gf b/lib/src/norwegian/RelativeNor.gf similarity index 100% rename from lib/resource/norwegian/RelativeNor.gf rename to lib/src/norwegian/RelativeNor.gf diff --git a/lib/resource/norwegian/ResNor.gf b/lib/src/norwegian/ResNor.gf similarity index 100% rename from lib/resource/norwegian/ResNor.gf rename to lib/src/norwegian/ResNor.gf diff --git a/lib/resource/norwegian/SentenceNor.gf b/lib/src/norwegian/SentenceNor.gf similarity index 100% rename from lib/resource/norwegian/SentenceNor.gf rename to lib/src/norwegian/SentenceNor.gf diff --git a/next-lib/src/norwegian/StructuralNor.gf b/lib/src/norwegian/StructuralNor.gf similarity index 100% rename from next-lib/src/norwegian/StructuralNor.gf rename to lib/src/norwegian/StructuralNor.gf diff --git a/next-lib/src/norwegian/SymbolNor.gf b/lib/src/norwegian/SymbolNor.gf similarity index 100% rename from next-lib/src/norwegian/SymbolNor.gf rename to lib/src/norwegian/SymbolNor.gf diff --git a/lib/resource/norwegian/VerbNor.gf b/lib/src/norwegian/VerbNor.gf similarity index 100% rename from lib/resource/norwegian/VerbNor.gf rename to lib/src/norwegian/VerbNor.gf diff --git a/next-lib/src/parametric/Parametric.gf b/lib/src/parametric/Parametric.gf similarity index 100% rename from next-lib/src/parametric/Parametric.gf rename to lib/src/parametric/Parametric.gf diff --git a/next-lib/src/parse/BigLexEng.gf b/lib/src/parse/BigLexEng.gf similarity index 100% rename from next-lib/src/parse/BigLexEng.gf rename to lib/src/parse/BigLexEng.gf diff --git a/next-lib/src/parse/BigLexEngAbs.gf b/lib/src/parse/BigLexEngAbs.gf similarity index 100% rename from next-lib/src/parse/BigLexEngAbs.gf rename to lib/src/parse/BigLexEngAbs.gf diff --git a/next-lib/src/parse/Parse.gf b/lib/src/parse/Parse.gf similarity index 100% rename from next-lib/src/parse/Parse.gf rename to lib/src/parse/Parse.gf diff --git a/next-lib/src/parse/ParseEng.gf b/lib/src/parse/ParseEng.gf similarity index 100% rename from next-lib/src/parse/ParseEng.gf rename to lib/src/parse/ParseEng.gf diff --git a/next-lib/src/parse/ParseEngAbs.gf b/lib/src/parse/ParseEngAbs.gf similarity index 100% rename from next-lib/src/parse/ParseEngAbs.gf rename to lib/src/parse/ParseEngAbs.gf diff --git a/next-lib/src/parse/oald/OaldStructural.gf b/lib/src/parse/oald/OaldStructural.gf similarity index 100% rename from next-lib/src/parse/oald/OaldStructural.gf rename to lib/src/parse/oald/OaldStructural.gf diff --git a/next-lib/src/parse/oald/OaldStructuralEng.gf b/lib/src/parse/oald/OaldStructuralEng.gf similarity index 100% rename from next-lib/src/parse/oald/OaldStructuralEng.gf rename to lib/src/parse/oald/OaldStructuralEng.gf diff --git a/next-lib/src/parse/oald/asc2gf b/lib/src/parse/oald/asc2gf similarity index 100% rename from next-lib/src/parse/oald/asc2gf rename to lib/src/parse/oald/asc2gf diff --git a/next-lib/src/parse/oald/src/README b/lib/src/parse/oald/src/README similarity index 100% rename from next-lib/src/parse/oald/src/README rename to lib/src/parse/oald/src/README diff --git a/next-lib/src/parse/oald/src/asc2lex b/lib/src/parse/oald/src/asc2lex similarity index 100% rename from next-lib/src/parse/oald/src/asc2lex rename to lib/src/parse/oald/src/asc2lex diff --git a/next-lib/src/parse/oald/src/ascii_0710-1.txt b/lib/src/parse/oald/src/ascii_0710-1.txt similarity index 100% rename from next-lib/src/parse/oald/src/ascii_0710-1.txt rename to lib/src/parse/oald/src/ascii_0710-1.txt diff --git a/next-lib/src/parse/oald/src/ascii_0710-2.txt b/lib/src/parse/oald/src/ascii_0710-2.txt similarity index 100% rename from next-lib/src/parse/oald/src/ascii_0710-2.txt rename to lib/src/parse/oald/src/ascii_0710-2.txt diff --git a/next-lib/src/parse/oald/src/lexicon2.pl b/lib/src/parse/oald/src/lexicon2.pl similarity index 100% rename from next-lib/src/parse/oald/src/lexicon2.pl rename to lib/src/parse/oald/src/lexicon2.pl diff --git a/next-lib/src/prelude/Coordination.gf b/lib/src/prelude/Coordination.gf similarity index 100% rename from next-lib/src/prelude/Coordination.gf rename to lib/src/prelude/Coordination.gf diff --git a/lib/prelude/Formal.gf b/lib/src/prelude/Formal.gf similarity index 100% rename from lib/prelude/Formal.gf rename to lib/src/prelude/Formal.gf diff --git a/lib/prelude/HTML.gf b/lib/src/prelude/HTML.gf similarity index 100% rename from lib/prelude/HTML.gf rename to lib/src/prelude/HTML.gf diff --git a/lib/prelude/Latex.gf b/lib/src/prelude/Latex.gf similarity index 100% rename from lib/prelude/Latex.gf rename to lib/src/prelude/Latex.gf diff --git a/next-lib/src/prelude/Precedence.gf b/lib/src/prelude/Precedence.gf similarity index 100% rename from next-lib/src/prelude/Precedence.gf rename to lib/src/prelude/Precedence.gf diff --git a/lib/prelude/Predef.gf b/lib/src/prelude/Predef.gf similarity index 100% rename from lib/prelude/Predef.gf rename to lib/src/prelude/Predef.gf diff --git a/lib/prelude/PredefAbs.gf b/lib/src/prelude/PredefAbs.gf similarity index 100% rename from lib/prelude/PredefAbs.gf rename to lib/src/prelude/PredefAbs.gf diff --git a/lib/prelude/PredefCnc.gf b/lib/src/prelude/PredefCnc.gf similarity index 100% rename from lib/prelude/PredefCnc.gf rename to lib/src/prelude/PredefCnc.gf diff --git a/lib/prelude/Prelude.gf b/lib/src/prelude/Prelude.gf similarity index 100% rename from lib/prelude/Prelude.gf rename to lib/src/prelude/Prelude.gf diff --git a/next-lib/src/romance/AdjectiveRomance.gf b/lib/src/romance/AdjectiveRomance.gf similarity index 100% rename from next-lib/src/romance/AdjectiveRomance.gf rename to lib/src/romance/AdjectiveRomance.gf diff --git a/next-lib/src/romance/AdverbRomance.gf b/lib/src/romance/AdverbRomance.gf similarity index 100% rename from next-lib/src/romance/AdverbRomance.gf rename to lib/src/romance/AdverbRomance.gf diff --git a/next-lib/src/romance/CatRomance.gf b/lib/src/romance/CatRomance.gf similarity index 100% rename from next-lib/src/romance/CatRomance.gf rename to lib/src/romance/CatRomance.gf diff --git a/next-lib/src/romance/CommonRomance.gf b/lib/src/romance/CommonRomance.gf similarity index 100% rename from next-lib/src/romance/CommonRomance.gf rename to lib/src/romance/CommonRomance.gf diff --git a/next-lib/src/romance/ConjunctionRomance.gf b/lib/src/romance/ConjunctionRomance.gf similarity index 100% rename from next-lib/src/romance/ConjunctionRomance.gf rename to lib/src/romance/ConjunctionRomance.gf diff --git a/next-lib/src/romance/DiffRomance.gf b/lib/src/romance/DiffRomance.gf similarity index 100% rename from next-lib/src/romance/DiffRomance.gf rename to lib/src/romance/DiffRomance.gf diff --git a/lib/resource/romance/ExtRomance.gf b/lib/src/romance/ExtRomance.gf similarity index 100% rename from lib/resource/romance/ExtRomance.gf rename to lib/src/romance/ExtRomance.gf diff --git a/lib/resource/romance/ExtraRomance.gf b/lib/src/romance/ExtraRomance.gf similarity index 100% rename from lib/resource/romance/ExtraRomance.gf rename to lib/src/romance/ExtraRomance.gf diff --git a/lib/resource/romance/ExtraRomanceAbs.gf b/lib/src/romance/ExtraRomanceAbs.gf similarity index 100% rename from lib/resource/romance/ExtraRomanceAbs.gf rename to lib/src/romance/ExtraRomanceAbs.gf diff --git a/next-lib/src/romance/NounRomance.gf b/lib/src/romance/NounRomance.gf similarity index 100% rename from next-lib/src/romance/NounRomance.gf rename to lib/src/romance/NounRomance.gf diff --git a/next-lib/src/romance/PhraseRomance.gf b/lib/src/romance/PhraseRomance.gf similarity index 100% rename from next-lib/src/romance/PhraseRomance.gf rename to lib/src/romance/PhraseRomance.gf diff --git a/next-lib/src/romance/QuestionRomance.gf b/lib/src/romance/QuestionRomance.gf similarity index 100% rename from next-lib/src/romance/QuestionRomance.gf rename to lib/src/romance/QuestionRomance.gf diff --git a/next-lib/src/romance/RelativeRomance.gf b/lib/src/romance/RelativeRomance.gf similarity index 100% rename from next-lib/src/romance/RelativeRomance.gf rename to lib/src/romance/RelativeRomance.gf diff --git a/next-lib/src/romance/ResRomance.gf b/lib/src/romance/ResRomance.gf similarity index 100% rename from next-lib/src/romance/ResRomance.gf rename to lib/src/romance/ResRomance.gf diff --git a/next-lib/src/romance/SentenceRomance.gf b/lib/src/romance/SentenceRomance.gf similarity index 100% rename from next-lib/src/romance/SentenceRomance.gf rename to lib/src/romance/SentenceRomance.gf diff --git a/next-lib/src/romance/SymbolRomance.gf b/lib/src/romance/SymbolRomance.gf similarity index 100% rename from next-lib/src/romance/SymbolRomance.gf rename to lib/src/romance/SymbolRomance.gf diff --git a/next-lib/src/romance/VerbRomance.gf b/lib/src/romance/VerbRomance.gf similarity index 100% rename from next-lib/src/romance/VerbRomance.gf rename to lib/src/romance/VerbRomance.gf diff --git a/next-lib/src/romanian/BeschRon.gf b/lib/src/romanian/BeschRon.gf similarity index 100% rename from next-lib/src/romanian/BeschRon.gf rename to lib/src/romanian/BeschRon.gf diff --git a/next-lib/src/romanian/CatRon.gf b/lib/src/romanian/CatRon.gf similarity index 100% rename from next-lib/src/romanian/CatRon.gf rename to lib/src/romanian/CatRon.gf diff --git a/next-lib/src/romanian/GrammarRon.gf b/lib/src/romanian/GrammarRon.gf similarity index 100% rename from next-lib/src/romanian/GrammarRon.gf rename to lib/src/romanian/GrammarRon.gf diff --git a/next-lib/src/romanian/LangRon.gf b/lib/src/romanian/LangRon.gf similarity index 100% rename from next-lib/src/romanian/LangRon.gf rename to lib/src/romanian/LangRon.gf diff --git a/next-lib/src/romanian/LexiconRon.gf b/lib/src/romanian/LexiconRon.gf similarity index 100% rename from next-lib/src/romanian/LexiconRon.gf rename to lib/src/romanian/LexiconRon.gf diff --git a/next-lib/src/romanian/MorphoRon.gf b/lib/src/romanian/MorphoRon.gf similarity index 100% rename from next-lib/src/romanian/MorphoRon.gf rename to lib/src/romanian/MorphoRon.gf diff --git a/next-lib/src/romanian/NumeralRon.gf b/lib/src/romanian/NumeralRon.gf similarity index 100% rename from next-lib/src/romanian/NumeralRon.gf rename to lib/src/romanian/NumeralRon.gf diff --git a/next-lib/src/romanian/ParadigmsRon.gf b/lib/src/romanian/ParadigmsRon.gf similarity index 100% rename from next-lib/src/romanian/ParadigmsRon.gf rename to lib/src/romanian/ParadigmsRon.gf diff --git a/next-lib/src/romanian/ResRon.gf b/lib/src/romanian/ResRon.gf similarity index 100% rename from next-lib/src/romanian/ResRon.gf rename to lib/src/romanian/ResRon.gf diff --git a/next-lib/src/russian/AdjectiveRus.gf b/lib/src/russian/AdjectiveRus.gf similarity index 100% rename from next-lib/src/russian/AdjectiveRus.gf rename to lib/src/russian/AdjectiveRus.gf diff --git a/lib/resource/russian/AdverbRus.gf b/lib/src/russian/AdverbRus.gf similarity index 100% rename from lib/resource/russian/AdverbRus.gf rename to lib/src/russian/AdverbRus.gf diff --git a/lib/resource/russian/AllRus.gf b/lib/src/russian/AllRus.gf similarity index 100% rename from lib/resource/russian/AllRus.gf rename to lib/src/russian/AllRus.gf diff --git a/lib/resource/russian/AllRusAbs.gf b/lib/src/russian/AllRusAbs.gf similarity index 100% rename from lib/resource/russian/AllRusAbs.gf rename to lib/src/russian/AllRusAbs.gf diff --git a/next-lib/src/russian/CatRus.gf b/lib/src/russian/CatRus.gf similarity index 100% rename from next-lib/src/russian/CatRus.gf rename to lib/src/russian/CatRus.gf diff --git a/next-lib/src/russian/ConjunctionRus.gf b/lib/src/russian/ConjunctionRus.gf similarity index 100% rename from next-lib/src/russian/ConjunctionRus.gf rename to lib/src/russian/ConjunctionRus.gf diff --git a/next-lib/src/russian/ExtraLexRus.gf b/lib/src/russian/ExtraLexRus.gf similarity index 100% rename from next-lib/src/russian/ExtraLexRus.gf rename to lib/src/russian/ExtraLexRus.gf diff --git a/lib/resource/russian/ExtraRus.gf b/lib/src/russian/ExtraRus.gf similarity index 100% rename from lib/resource/russian/ExtraRus.gf rename to lib/src/russian/ExtraRus.gf diff --git a/lib/resource/russian/ExtraRusAbs.gf b/lib/src/russian/ExtraRusAbs.gf similarity index 100% rename from lib/resource/russian/ExtraRusAbs.gf rename to lib/src/russian/ExtraRusAbs.gf diff --git a/lib/resource/russian/GrammarRus.gf b/lib/src/russian/GrammarRus.gf similarity index 100% rename from lib/resource/russian/GrammarRus.gf rename to lib/src/russian/GrammarRus.gf diff --git a/next-lib/src/russian/IdiomRus.gf b/lib/src/russian/IdiomRus.gf similarity index 100% rename from next-lib/src/russian/IdiomRus.gf rename to lib/src/russian/IdiomRus.gf diff --git a/lib/resource/russian/IrregRus.gf b/lib/src/russian/IrregRus.gf similarity index 100% rename from lib/resource/russian/IrregRus.gf rename to lib/src/russian/IrregRus.gf diff --git a/next-lib/src/russian/LangRus.gf b/lib/src/russian/LangRus.gf similarity index 100% rename from next-lib/src/russian/LangRus.gf rename to lib/src/russian/LangRus.gf diff --git a/next-lib/src/russian/LexiconRus.gf b/lib/src/russian/LexiconRus.gf similarity index 100% rename from next-lib/src/russian/LexiconRus.gf rename to lib/src/russian/LexiconRus.gf diff --git a/next-lib/src/russian/MorphoRus.gf b/lib/src/russian/MorphoRus.gf similarity index 100% rename from next-lib/src/russian/MorphoRus.gf rename to lib/src/russian/MorphoRus.gf diff --git a/next-lib/src/russian/NounRus.gf b/lib/src/russian/NounRus.gf similarity index 100% rename from next-lib/src/russian/NounRus.gf rename to lib/src/russian/NounRus.gf diff --git a/lib/resource/russian/NumeralRus.gf b/lib/src/russian/NumeralRus.gf similarity index 100% rename from lib/resource/russian/NumeralRus.gf rename to lib/src/russian/NumeralRus.gf diff --git a/next-lib/src/russian/ParadigmsRus.gf b/lib/src/russian/ParadigmsRus.gf similarity index 100% rename from next-lib/src/russian/ParadigmsRus.gf rename to lib/src/russian/ParadigmsRus.gf diff --git a/next-lib/src/russian/PhraseRus.gf b/lib/src/russian/PhraseRus.gf similarity index 100% rename from next-lib/src/russian/PhraseRus.gf rename to lib/src/russian/PhraseRus.gf diff --git a/next-lib/src/russian/QuestionRus.gf b/lib/src/russian/QuestionRus.gf similarity index 100% rename from next-lib/src/russian/QuestionRus.gf rename to lib/src/russian/QuestionRus.gf diff --git a/next-lib/src/russian/RelativeRus.gf b/lib/src/russian/RelativeRus.gf similarity index 100% rename from next-lib/src/russian/RelativeRus.gf rename to lib/src/russian/RelativeRus.gf diff --git a/next-lib/src/russian/ResRus.gf b/lib/src/russian/ResRus.gf similarity index 100% rename from next-lib/src/russian/ResRus.gf rename to lib/src/russian/ResRus.gf diff --git a/next-lib/src/russian/SentenceRus.gf b/lib/src/russian/SentenceRus.gf similarity index 100% rename from next-lib/src/russian/SentenceRus.gf rename to lib/src/russian/SentenceRus.gf diff --git a/next-lib/src/russian/StructuralRus.gf b/lib/src/russian/StructuralRus.gf similarity index 100% rename from next-lib/src/russian/StructuralRus.gf rename to lib/src/russian/StructuralRus.gf diff --git a/next-lib/src/russian/SymbolRus.gf b/lib/src/russian/SymbolRus.gf similarity index 100% rename from next-lib/src/russian/SymbolRus.gf rename to lib/src/russian/SymbolRus.gf diff --git a/next-lib/src/russian/VerbRus.gf b/lib/src/russian/VerbRus.gf similarity index 100% rename from next-lib/src/russian/VerbRus.gf rename to lib/src/russian/VerbRus.gf diff --git a/next-lib/src/scandinavian/AdjectiveScand.gf b/lib/src/scandinavian/AdjectiveScand.gf similarity index 100% rename from next-lib/src/scandinavian/AdjectiveScand.gf rename to lib/src/scandinavian/AdjectiveScand.gf diff --git a/next-lib/src/scandinavian/AdverbScand.gf b/lib/src/scandinavian/AdverbScand.gf similarity index 100% rename from next-lib/src/scandinavian/AdverbScand.gf rename to lib/src/scandinavian/AdverbScand.gf diff --git a/next-lib/src/scandinavian/CatScand.gf b/lib/src/scandinavian/CatScand.gf similarity index 100% rename from next-lib/src/scandinavian/CatScand.gf rename to lib/src/scandinavian/CatScand.gf diff --git a/next-lib/src/scandinavian/CommonScand.gf b/lib/src/scandinavian/CommonScand.gf similarity index 100% rename from next-lib/src/scandinavian/CommonScand.gf rename to lib/src/scandinavian/CommonScand.gf diff --git a/next-lib/src/scandinavian/ConjunctionScand.gf b/lib/src/scandinavian/ConjunctionScand.gf similarity index 100% rename from next-lib/src/scandinavian/ConjunctionScand.gf rename to lib/src/scandinavian/ConjunctionScand.gf diff --git a/next-lib/src/scandinavian/DiffScand.gf b/lib/src/scandinavian/DiffScand.gf similarity index 100% rename from next-lib/src/scandinavian/DiffScand.gf rename to lib/src/scandinavian/DiffScand.gf diff --git a/lib/resource/scandinavian/ExtEngAbs.gf b/lib/src/scandinavian/ExtEngAbs.gf similarity index 100% rename from lib/resource/scandinavian/ExtEngAbs.gf rename to lib/src/scandinavian/ExtEngAbs.gf diff --git a/next-lib/src/scandinavian/ExtraScand.gf b/lib/src/scandinavian/ExtraScand.gf similarity index 100% rename from next-lib/src/scandinavian/ExtraScand.gf rename to lib/src/scandinavian/ExtraScand.gf diff --git a/lib/resource/scandinavian/ExtraScandAbs.gf b/lib/src/scandinavian/ExtraScandAbs.gf similarity index 100% rename from lib/resource/scandinavian/ExtraScandAbs.gf rename to lib/src/scandinavian/ExtraScandAbs.gf diff --git a/next-lib/src/scandinavian/NounScand.gf b/lib/src/scandinavian/NounScand.gf similarity index 100% rename from next-lib/src/scandinavian/NounScand.gf rename to lib/src/scandinavian/NounScand.gf diff --git a/lib/resource/scandinavian/PhraseScand.gf b/lib/src/scandinavian/PhraseScand.gf similarity index 100% rename from lib/resource/scandinavian/PhraseScand.gf rename to lib/src/scandinavian/PhraseScand.gf diff --git a/lib/resource/scandinavian/QuestionScand.gf b/lib/src/scandinavian/QuestionScand.gf similarity index 100% rename from lib/resource/scandinavian/QuestionScand.gf rename to lib/src/scandinavian/QuestionScand.gf diff --git a/lib/resource/scandinavian/RelativeScand.gf b/lib/src/scandinavian/RelativeScand.gf similarity index 100% rename from lib/resource/scandinavian/RelativeScand.gf rename to lib/src/scandinavian/RelativeScand.gf diff --git a/lib/resource/scandinavian/ResScand.gf b/lib/src/scandinavian/ResScand.gf similarity index 100% rename from lib/resource/scandinavian/ResScand.gf rename to lib/src/scandinavian/ResScand.gf diff --git a/next-lib/src/scandinavian/SentenceScand.gf b/lib/src/scandinavian/SentenceScand.gf similarity index 100% rename from next-lib/src/scandinavian/SentenceScand.gf rename to lib/src/scandinavian/SentenceScand.gf diff --git a/lib/resource/mathematical/SymbolScand.gf b/lib/src/scandinavian/SymbolScand.gf similarity index 100% rename from lib/resource/mathematical/SymbolScand.gf rename to lib/src/scandinavian/SymbolScand.gf diff --git a/lib/resource/scandinavian/VerbScand.gf b/lib/src/scandinavian/VerbScand.gf similarity index 100% rename from lib/resource/scandinavian/VerbScand.gf rename to lib/src/scandinavian/VerbScand.gf diff --git a/lib/resource/spanish/AdjectiveSpa.gf b/lib/src/spanish/AdjectiveSpa.gf similarity index 100% rename from lib/resource/spanish/AdjectiveSpa.gf rename to lib/src/spanish/AdjectiveSpa.gf diff --git a/lib/resource/spanish/AdverbSpa.gf b/lib/src/spanish/AdverbSpa.gf similarity index 100% rename from lib/resource/spanish/AdverbSpa.gf rename to lib/src/spanish/AdverbSpa.gf diff --git a/lib/resource/spanish/AllSpa.gf b/lib/src/spanish/AllSpa.gf similarity index 100% rename from lib/resource/spanish/AllSpa.gf rename to lib/src/spanish/AllSpa.gf diff --git a/lib/resource/spanish/AllSpaAbs.gf b/lib/src/spanish/AllSpaAbs.gf similarity index 100% rename from lib/resource/spanish/AllSpaAbs.gf rename to lib/src/spanish/AllSpaAbs.gf diff --git a/next-lib/src/spanish/BeschSpa.gf b/lib/src/spanish/BeschSpa.gf similarity index 100% rename from next-lib/src/spanish/BeschSpa.gf rename to lib/src/spanish/BeschSpa.gf diff --git a/next-lib/src/spanish/CatSpa.gf b/lib/src/spanish/CatSpa.gf similarity index 100% rename from next-lib/src/spanish/CatSpa.gf rename to lib/src/spanish/CatSpa.gf diff --git a/lib/resource/spanish/CompatibilitySpa.gf b/lib/src/spanish/CompatibilitySpa.gf similarity index 100% rename from lib/resource/spanish/CompatibilitySpa.gf rename to lib/src/spanish/CompatibilitySpa.gf diff --git a/lib/resource/spanish/ConjunctionSpa.gf b/lib/src/spanish/ConjunctionSpa.gf similarity index 100% rename from lib/resource/spanish/ConjunctionSpa.gf rename to lib/src/spanish/ConjunctionSpa.gf diff --git a/next-lib/src/spanish/DiffSpa.gf b/lib/src/spanish/DiffSpa.gf similarity index 100% rename from next-lib/src/spanish/DiffSpa.gf rename to lib/src/spanish/DiffSpa.gf diff --git a/lib/resource/spanish/ExtraRomanceSpa.gf b/lib/src/spanish/ExtraRomanceSpa.gf similarity index 100% rename from lib/resource/spanish/ExtraRomanceSpa.gf rename to lib/src/spanish/ExtraRomanceSpa.gf diff --git a/lib/resource/spanish/ExtraSpa.gf b/lib/src/spanish/ExtraSpa.gf similarity index 100% rename from lib/resource/spanish/ExtraSpa.gf rename to lib/src/spanish/ExtraSpa.gf diff --git a/lib/resource/spanish/ExtraSpaAbs.gf b/lib/src/spanish/ExtraSpaAbs.gf similarity index 100% rename from lib/resource/spanish/ExtraSpaAbs.gf rename to lib/src/spanish/ExtraSpaAbs.gf diff --git a/next-lib/src/spanish/GrammarSpa.gf b/lib/src/spanish/GrammarSpa.gf similarity index 100% rename from next-lib/src/spanish/GrammarSpa.gf rename to lib/src/spanish/GrammarSpa.gf diff --git a/next-lib/src/spanish/IdiomSpa.gf b/lib/src/spanish/IdiomSpa.gf similarity index 100% rename from next-lib/src/spanish/IdiomSpa.gf rename to lib/src/spanish/IdiomSpa.gf diff --git a/next-lib/src/spanish/IrregSpa.gf b/lib/src/spanish/IrregSpa.gf similarity index 100% rename from next-lib/src/spanish/IrregSpa.gf rename to lib/src/spanish/IrregSpa.gf diff --git a/lib/resource/spanish/IrregSpaAbs.gf b/lib/src/spanish/IrregSpaAbs.gf similarity index 100% rename from lib/resource/spanish/IrregSpaAbs.gf rename to lib/src/spanish/IrregSpaAbs.gf diff --git a/next-lib/src/spanish/LangSpa.gf b/lib/src/spanish/LangSpa.gf similarity index 100% rename from next-lib/src/spanish/LangSpa.gf rename to lib/src/spanish/LangSpa.gf diff --git a/next-lib/src/spanish/LexiconSpa.gf b/lib/src/spanish/LexiconSpa.gf similarity index 100% rename from next-lib/src/spanish/LexiconSpa.gf rename to lib/src/spanish/LexiconSpa.gf diff --git a/next-lib/src/spanish/MorphoSpa.gf b/lib/src/spanish/MorphoSpa.gf similarity index 100% rename from next-lib/src/spanish/MorphoSpa.gf rename to lib/src/spanish/MorphoSpa.gf diff --git a/lib/resource/spanish/NounSpa.gf b/lib/src/spanish/NounSpa.gf similarity index 100% rename from lib/resource/spanish/NounSpa.gf rename to lib/src/spanish/NounSpa.gf diff --git a/next-lib/src/spanish/NumeralSpa.gf b/lib/src/spanish/NumeralSpa.gf similarity index 100% rename from next-lib/src/spanish/NumeralSpa.gf rename to lib/src/spanish/NumeralSpa.gf diff --git a/next-lib/src/spanish/ParadigmsSpa.gf b/lib/src/spanish/ParadigmsSpa.gf similarity index 100% rename from next-lib/src/spanish/ParadigmsSpa.gf rename to lib/src/spanish/ParadigmsSpa.gf diff --git a/lib/resource/spanish/PhonoSpa.gf b/lib/src/spanish/PhonoSpa.gf similarity index 100% rename from lib/resource/spanish/PhonoSpa.gf rename to lib/src/spanish/PhonoSpa.gf diff --git a/lib/resource/spanish/PhraseSpa.gf b/lib/src/spanish/PhraseSpa.gf similarity index 100% rename from lib/resource/spanish/PhraseSpa.gf rename to lib/src/spanish/PhraseSpa.gf diff --git a/lib/resource/spanish/QuestionSpa.gf b/lib/src/spanish/QuestionSpa.gf similarity index 100% rename from lib/resource/spanish/QuestionSpa.gf rename to lib/src/spanish/QuestionSpa.gf diff --git a/lib/resource/spanish/RelativeSpa.gf b/lib/src/spanish/RelativeSpa.gf similarity index 100% rename from lib/resource/spanish/RelativeSpa.gf rename to lib/src/spanish/RelativeSpa.gf diff --git a/lib/resource/spanish/ResSpa.gf b/lib/src/spanish/ResSpa.gf similarity index 100% rename from lib/resource/spanish/ResSpa.gf rename to lib/src/spanish/ResSpa.gf diff --git a/lib/resource/spanish/SentenceSpa.gf b/lib/src/spanish/SentenceSpa.gf similarity index 100% rename from lib/resource/spanish/SentenceSpa.gf rename to lib/src/spanish/SentenceSpa.gf diff --git a/next-lib/src/spanish/StructuralSpa.gf b/lib/src/spanish/StructuralSpa.gf similarity index 100% rename from next-lib/src/spanish/StructuralSpa.gf rename to lib/src/spanish/StructuralSpa.gf diff --git a/next-lib/src/spanish/SymbolSpa.gf b/lib/src/spanish/SymbolSpa.gf similarity index 100% rename from next-lib/src/spanish/SymbolSpa.gf rename to lib/src/spanish/SymbolSpa.gf diff --git a/next-lib/src/spanish/TextSpa.gf b/lib/src/spanish/TextSpa.gf similarity index 100% rename from next-lib/src/spanish/TextSpa.gf rename to lib/src/spanish/TextSpa.gf diff --git a/lib/resource/spanish/VerbSpa.gf b/lib/src/spanish/VerbSpa.gf similarity index 100% rename from lib/resource/spanish/VerbSpa.gf rename to lib/src/spanish/VerbSpa.gf diff --git a/lib/resource/swedish/AdjectiveSwe.gf b/lib/src/swedish/AdjectiveSwe.gf similarity index 100% rename from lib/resource/swedish/AdjectiveSwe.gf rename to lib/src/swedish/AdjectiveSwe.gf diff --git a/lib/resource/swedish/AdverbSwe.gf b/lib/src/swedish/AdverbSwe.gf similarity index 100% rename from lib/resource/swedish/AdverbSwe.gf rename to lib/src/swedish/AdverbSwe.gf diff --git a/lib/resource/swedish/AllSwe.gf b/lib/src/swedish/AllSwe.gf similarity index 100% rename from lib/resource/swedish/AllSwe.gf rename to lib/src/swedish/AllSwe.gf diff --git a/lib/resource/swedish/AllSweAbs.gf b/lib/src/swedish/AllSweAbs.gf similarity index 100% rename from lib/resource/swedish/AllSweAbs.gf rename to lib/src/swedish/AllSweAbs.gf diff --git a/lib/resource/swedish/CatSwe.gf b/lib/src/swedish/CatSwe.gf similarity index 100% rename from lib/resource/swedish/CatSwe.gf rename to lib/src/swedish/CatSwe.gf diff --git a/lib/resource/swedish/CompatibilitySwe.gf b/lib/src/swedish/CompatibilitySwe.gf similarity index 100% rename from lib/resource/swedish/CompatibilitySwe.gf rename to lib/src/swedish/CompatibilitySwe.gf diff --git a/lib/resource/swedish/ConjunctionSwe.gf b/lib/src/swedish/ConjunctionSwe.gf similarity index 100% rename from lib/resource/swedish/ConjunctionSwe.gf rename to lib/src/swedish/ConjunctionSwe.gf diff --git a/next-lib/src/swedish/DictSwe.gf b/lib/src/swedish/DictSwe.gf similarity index 100% rename from next-lib/src/swedish/DictSwe.gf rename to lib/src/swedish/DictSwe.gf diff --git a/next-lib/src/swedish/DictSweAbs.gf b/lib/src/swedish/DictSweAbs.gf similarity index 100% rename from next-lib/src/swedish/DictSweAbs.gf rename to lib/src/swedish/DictSweAbs.gf diff --git a/next-lib/src/swedish/DiffSwe.gf b/lib/src/swedish/DiffSwe.gf similarity index 100% rename from next-lib/src/swedish/DiffSwe.gf rename to lib/src/swedish/DiffSwe.gf diff --git a/lib/resource/swedish/ExtraScandSwe.gf b/lib/src/swedish/ExtraScandSwe.gf similarity index 100% rename from lib/resource/swedish/ExtraScandSwe.gf rename to lib/src/swedish/ExtraScandSwe.gf diff --git a/lib/resource/swedish/ExtraSwe.gf b/lib/src/swedish/ExtraSwe.gf similarity index 100% rename from lib/resource/swedish/ExtraSwe.gf rename to lib/src/swedish/ExtraSwe.gf diff --git a/lib/resource/swedish/ExtraSweAbs.gf b/lib/src/swedish/ExtraSweAbs.gf similarity index 100% rename from lib/resource/swedish/ExtraSweAbs.gf rename to lib/src/swedish/ExtraSweAbs.gf diff --git a/lib/resource/swedish/GrammarSwe.gf b/lib/src/swedish/GrammarSwe.gf similarity index 100% rename from lib/resource/swedish/GrammarSwe.gf rename to lib/src/swedish/GrammarSwe.gf diff --git a/lib/resource/swedish/IdiomSwe.gf b/lib/src/swedish/IdiomSwe.gf similarity index 100% rename from lib/resource/swedish/IdiomSwe.gf rename to lib/src/swedish/IdiomSwe.gf diff --git a/lib/resource/swedish/IrregSwe.gf b/lib/src/swedish/IrregSwe.gf similarity index 100% rename from lib/resource/swedish/IrregSwe.gf rename to lib/src/swedish/IrregSwe.gf diff --git a/lib/resource/swedish/IrregSweAbs.gf b/lib/src/swedish/IrregSweAbs.gf similarity index 100% rename from lib/resource/swedish/IrregSweAbs.gf rename to lib/src/swedish/IrregSweAbs.gf diff --git a/lib/resource/swedish/LangSwe.gf b/lib/src/swedish/LangSwe.gf similarity index 100% rename from lib/resource/swedish/LangSwe.gf rename to lib/src/swedish/LangSwe.gf diff --git a/next-lib/src/swedish/LexiconSwe.gf b/lib/src/swedish/LexiconSwe.gf similarity index 100% rename from next-lib/src/swedish/LexiconSwe.gf rename to lib/src/swedish/LexiconSwe.gf diff --git a/next-lib/src/swedish/MakeStructuralSwe.gf b/lib/src/swedish/MakeStructuralSwe.gf similarity index 100% rename from next-lib/src/swedish/MakeStructuralSwe.gf rename to lib/src/swedish/MakeStructuralSwe.gf diff --git a/lib/resource/swedish/MorphoSwe.gf b/lib/src/swedish/MorphoSwe.gf similarity index 100% rename from lib/resource/swedish/MorphoSwe.gf rename to lib/src/swedish/MorphoSwe.gf diff --git a/lib/resource/swedish/NounSwe.gf b/lib/src/swedish/NounSwe.gf similarity index 100% rename from lib/resource/swedish/NounSwe.gf rename to lib/src/swedish/NounSwe.gf diff --git a/lib/resource/swedish/NumeralSwe.gf b/lib/src/swedish/NumeralSwe.gf similarity index 100% rename from lib/resource/swedish/NumeralSwe.gf rename to lib/src/swedish/NumeralSwe.gf diff --git a/next-lib/src/swedish/ParadigmsSwe.gf b/lib/src/swedish/ParadigmsSwe.gf similarity index 100% rename from next-lib/src/swedish/ParadigmsSwe.gf rename to lib/src/swedish/ParadigmsSwe.gf diff --git a/lib/resource/swedish/PhraseSwe.gf b/lib/src/swedish/PhraseSwe.gf similarity index 100% rename from lib/resource/swedish/PhraseSwe.gf rename to lib/src/swedish/PhraseSwe.gf diff --git a/lib/resource/swedish/QuestionSwe.gf b/lib/src/swedish/QuestionSwe.gf similarity index 100% rename from lib/resource/swedish/QuestionSwe.gf rename to lib/src/swedish/QuestionSwe.gf diff --git a/lib/resource/swedish/RelativeSwe.gf b/lib/src/swedish/RelativeSwe.gf similarity index 100% rename from lib/resource/swedish/RelativeSwe.gf rename to lib/src/swedish/RelativeSwe.gf diff --git a/lib/resource/swedish/ResSwe.gf b/lib/src/swedish/ResSwe.gf similarity index 100% rename from lib/resource/swedish/ResSwe.gf rename to lib/src/swedish/ResSwe.gf diff --git a/lib/resource/swedish/SentenceSwe.gf b/lib/src/swedish/SentenceSwe.gf similarity index 100% rename from lib/resource/swedish/SentenceSwe.gf rename to lib/src/swedish/SentenceSwe.gf diff --git a/next-lib/src/swedish/StructuralSwe.gf b/lib/src/swedish/StructuralSwe.gf similarity index 100% rename from next-lib/src/swedish/StructuralSwe.gf rename to lib/src/swedish/StructuralSwe.gf diff --git a/next-lib/src/swedish/SymbolSwe.gf b/lib/src/swedish/SymbolSwe.gf similarity index 100% rename from next-lib/src/swedish/SymbolSwe.gf rename to lib/src/swedish/SymbolSwe.gf diff --git a/lib/resource/swedish/VerbSwe.gf b/lib/src/swedish/VerbSwe.gf similarity index 100% rename from lib/resource/swedish/VerbSwe.gf rename to lib/src/swedish/VerbSwe.gf diff --git a/next-lib/src/telugu/AdjectiveTel.gf b/lib/src/telugu/AdjectiveTel.gf similarity index 100% rename from next-lib/src/telugu/AdjectiveTel.gf rename to lib/src/telugu/AdjectiveTel.gf diff --git a/next-lib/src/telugu/AdverbTel.gf b/lib/src/telugu/AdverbTel.gf similarity index 100% rename from next-lib/src/telugu/AdverbTel.gf rename to lib/src/telugu/AdverbTel.gf diff --git a/next-lib/src/telugu/AllTel.gf b/lib/src/telugu/AllTel.gf similarity index 100% rename from next-lib/src/telugu/AllTel.gf rename to lib/src/telugu/AllTel.gf diff --git a/next-lib/src/telugu/AllTelAbs.gf b/lib/src/telugu/AllTelAbs.gf similarity index 100% rename from next-lib/src/telugu/AllTelAbs.gf rename to lib/src/telugu/AllTelAbs.gf diff --git a/next-lib/src/telugu/BackwardTel.gf b/lib/src/telugu/BackwardTel.gf similarity index 100% rename from next-lib/src/telugu/BackwardTel.gf rename to lib/src/telugu/BackwardTel.gf diff --git a/next-lib/src/telugu/CatTel.gf b/lib/src/telugu/CatTel.gf similarity index 100% rename from next-lib/src/telugu/CatTel.gf rename to lib/src/telugu/CatTel.gf diff --git a/next-lib/src/telugu/ConjunctionTel.gf b/lib/src/telugu/ConjunctionTel.gf similarity index 100% rename from next-lib/src/telugu/ConjunctionTel.gf rename to lib/src/telugu/ConjunctionTel.gf diff --git a/next-lib/src/telugu/GrammarTel.gf b/lib/src/telugu/GrammarTel.gf similarity index 100% rename from next-lib/src/telugu/GrammarTel.gf rename to lib/src/telugu/GrammarTel.gf diff --git a/next-lib/src/telugu/IdiomTel.gf b/lib/src/telugu/IdiomTel.gf similarity index 100% rename from next-lib/src/telugu/IdiomTel.gf rename to lib/src/telugu/IdiomTel.gf diff --git a/next-lib/src/telugu/IrregTel.gf b/lib/src/telugu/IrregTel.gf similarity index 100% rename from next-lib/src/telugu/IrregTel.gf rename to lib/src/telugu/IrregTel.gf diff --git a/next-lib/src/telugu/LangTel.gf b/lib/src/telugu/LangTel.gf similarity index 100% rename from next-lib/src/telugu/LangTel.gf rename to lib/src/telugu/LangTel.gf diff --git a/next-lib/src/telugu/LexiconTel.gf b/lib/src/telugu/LexiconTel.gf similarity index 100% rename from next-lib/src/telugu/LexiconTel.gf rename to lib/src/telugu/LexiconTel.gf diff --git a/next-lib/src/telugu/MorphoTel.gf b/lib/src/telugu/MorphoTel.gf similarity index 100% rename from next-lib/src/telugu/MorphoTel.gf rename to lib/src/telugu/MorphoTel.gf diff --git a/next-lib/src/telugu/NounTel.gf b/lib/src/telugu/NounTel.gf similarity index 100% rename from next-lib/src/telugu/NounTel.gf rename to lib/src/telugu/NounTel.gf diff --git a/next-lib/src/telugu/NumeralTel.gf b/lib/src/telugu/NumeralTel.gf similarity index 100% rename from next-lib/src/telugu/NumeralTel.gf rename to lib/src/telugu/NumeralTel.gf diff --git a/next-lib/src/telugu/ParadigmsTel.gf b/lib/src/telugu/ParadigmsTel.gf similarity index 100% rename from next-lib/src/telugu/ParadigmsTel.gf rename to lib/src/telugu/ParadigmsTel.gf diff --git a/next-lib/src/telugu/PhraseTel.gf b/lib/src/telugu/PhraseTel.gf similarity index 100% rename from next-lib/src/telugu/PhraseTel.gf rename to lib/src/telugu/PhraseTel.gf diff --git a/next-lib/src/telugu/QuestionTel.gf b/lib/src/telugu/QuestionTel.gf similarity index 100% rename from next-lib/src/telugu/QuestionTel.gf rename to lib/src/telugu/QuestionTel.gf diff --git a/next-lib/src/telugu/RelativeTel.gf b/lib/src/telugu/RelativeTel.gf similarity index 100% rename from next-lib/src/telugu/RelativeTel.gf rename to lib/src/telugu/RelativeTel.gf diff --git a/next-lib/src/telugu/ResTel.gf b/lib/src/telugu/ResTel.gf similarity index 100% rename from next-lib/src/telugu/ResTel.gf rename to lib/src/telugu/ResTel.gf diff --git a/next-lib/src/telugu/SentenceTel.gf b/lib/src/telugu/SentenceTel.gf similarity index 100% rename from next-lib/src/telugu/SentenceTel.gf rename to lib/src/telugu/SentenceTel.gf diff --git a/next-lib/src/telugu/StructuralTel.gf b/lib/src/telugu/StructuralTel.gf similarity index 100% rename from next-lib/src/telugu/StructuralTel.gf rename to lib/src/telugu/StructuralTel.gf diff --git a/next-lib/src/telugu/VerbTel.gf b/lib/src/telugu/VerbTel.gf similarity index 100% rename from next-lib/src/telugu/VerbTel.gf rename to lib/src/telugu/VerbTel.gf diff --git a/lib/resource/thai/AdjectiveTha.gf b/lib/src/thai/AdjectiveTha.gf similarity index 100% rename from lib/resource/thai/AdjectiveTha.gf rename to lib/src/thai/AdjectiveTha.gf diff --git a/lib/resource/thai/AdverbTha.gf b/lib/src/thai/AdverbTha.gf similarity index 100% rename from lib/resource/thai/AdverbTha.gf rename to lib/src/thai/AdverbTha.gf diff --git a/lib/resource/thai/AllTha.gf b/lib/src/thai/AllTha.gf similarity index 100% rename from lib/resource/thai/AllTha.gf rename to lib/src/thai/AllTha.gf diff --git a/lib/resource/thai/AllThaAbs.gf b/lib/src/thai/AllThaAbs.gf similarity index 100% rename from lib/resource/thai/AllThaAbs.gf rename to lib/src/thai/AllThaAbs.gf diff --git a/lib/resource/thai/CatTha.gf b/lib/src/thai/CatTha.gf similarity index 100% rename from lib/resource/thai/CatTha.gf rename to lib/src/thai/CatTha.gf diff --git a/lib/resource/thai/ConjunctionTha.gf b/lib/src/thai/ConjunctionTha.gf similarity index 100% rename from lib/resource/thai/ConjunctionTha.gf rename to lib/src/thai/ConjunctionTha.gf diff --git a/lib/resource/thai/ExtraTha.gf b/lib/src/thai/ExtraTha.gf similarity index 100% rename from lib/resource/thai/ExtraTha.gf rename to lib/src/thai/ExtraTha.gf diff --git a/lib/resource/thai/GrammarTha.gf b/lib/src/thai/GrammarTha.gf similarity index 100% rename from lib/resource/thai/GrammarTha.gf rename to lib/src/thai/GrammarTha.gf diff --git a/lib/resource/thai/IdiomTha.gf b/lib/src/thai/IdiomTha.gf similarity index 100% rename from lib/resource/thai/IdiomTha.gf rename to lib/src/thai/IdiomTha.gf diff --git a/lib/resource/thai/IrregTha.gf b/lib/src/thai/IrregTha.gf similarity index 100% rename from lib/resource/thai/IrregTha.gf rename to lib/src/thai/IrregTha.gf diff --git a/lib/resource/thai/LangTha.gf b/lib/src/thai/LangTha.gf similarity index 100% rename from lib/resource/thai/LangTha.gf rename to lib/src/thai/LangTha.gf diff --git a/lib/resource/thai/LexiconTha.gf b/lib/src/thai/LexiconTha.gf similarity index 100% rename from lib/resource/thai/LexiconTha.gf rename to lib/src/thai/LexiconTha.gf diff --git a/lib/resource/thai/MorphoTha.gf b/lib/src/thai/MorphoTha.gf similarity index 100% rename from lib/resource/thai/MorphoTha.gf rename to lib/src/thai/MorphoTha.gf diff --git a/lib/resource/thai/NounTha.gf b/lib/src/thai/NounTha.gf similarity index 100% rename from lib/resource/thai/NounTha.gf rename to lib/src/thai/NounTha.gf diff --git a/lib/resource/thai/NumeralTha.gf b/lib/src/thai/NumeralTha.gf similarity index 100% rename from lib/resource/thai/NumeralTha.gf rename to lib/src/thai/NumeralTha.gf diff --git a/next-lib/src/thai/OverloadTha.gf b/lib/src/thai/OverloadTha.gf similarity index 100% rename from next-lib/src/thai/OverloadTha.gf rename to lib/src/thai/OverloadTha.gf diff --git a/lib/resource/thai/ParadigmsTha.gf b/lib/src/thai/ParadigmsTha.gf similarity index 100% rename from lib/resource/thai/ParadigmsTha.gf rename to lib/src/thai/ParadigmsTha.gf diff --git a/lib/resource/thai/PhraseTha.gf b/lib/src/thai/PhraseTha.gf similarity index 100% rename from lib/resource/thai/PhraseTha.gf rename to lib/src/thai/PhraseTha.gf diff --git a/lib/resource/thai/QuestionTha.gf b/lib/src/thai/QuestionTha.gf similarity index 100% rename from lib/resource/thai/QuestionTha.gf rename to lib/src/thai/QuestionTha.gf diff --git a/lib/resource/thai/RelativeTha.gf b/lib/src/thai/RelativeTha.gf similarity index 100% rename from lib/resource/thai/RelativeTha.gf rename to lib/src/thai/RelativeTha.gf diff --git a/lib/resource/thai/ResTha.gf b/lib/src/thai/ResTha.gf similarity index 100% rename from lib/resource/thai/ResTha.gf rename to lib/src/thai/ResTha.gf diff --git a/next-lib/src/thai/SentenceTha.gf b/lib/src/thai/SentenceTha.gf similarity index 100% rename from next-lib/src/thai/SentenceTha.gf rename to lib/src/thai/SentenceTha.gf diff --git a/lib/resource/thai/StringsTha.gf b/lib/src/thai/StringsTha.gf similarity index 100% rename from lib/resource/thai/StringsTha.gf rename to lib/src/thai/StringsTha.gf diff --git a/lib/resource/thai/StructuralTha.gf b/lib/src/thai/StructuralTha.gf similarity index 100% rename from lib/resource/thai/StructuralTha.gf rename to lib/src/thai/StructuralTha.gf diff --git a/lib/resource/thai/VerbTha.gf b/lib/src/thai/VerbTha.gf similarity index 100% rename from lib/resource/thai/VerbTha.gf rename to lib/src/thai/VerbTha.gf diff --git a/lib/resource/english/CompatibilityEng.gf b/lib/src/tmp/CompatibilityEng.gf similarity index 100% rename from lib/resource/english/CompatibilityEng.gf rename to lib/src/tmp/CompatibilityEng.gf diff --git a/next-lib/src/turkish/AllTur.gf b/lib/src/turkish/AllTur.gf similarity index 100% rename from next-lib/src/turkish/AllTur.gf rename to lib/src/turkish/AllTur.gf diff --git a/next-lib/src/turkish/AllTurAbs.gf b/lib/src/turkish/AllTurAbs.gf similarity index 100% rename from next-lib/src/turkish/AllTurAbs.gf rename to lib/src/turkish/AllTurAbs.gf diff --git a/next-lib/src/turkish/CatTur.gf b/lib/src/turkish/CatTur.gf similarity index 100% rename from next-lib/src/turkish/CatTur.gf rename to lib/src/turkish/CatTur.gf diff --git a/next-lib/src/turkish/GrammarTur.gf b/lib/src/turkish/GrammarTur.gf similarity index 100% rename from next-lib/src/turkish/GrammarTur.gf rename to lib/src/turkish/GrammarTur.gf diff --git a/lib/resource/turkish/LangTur.gf b/lib/src/turkish/LangTur.gf similarity index 100% rename from lib/resource/turkish/LangTur.gf rename to lib/src/turkish/LangTur.gf diff --git a/next-lib/src/turkish/LexiconTur.gf b/lib/src/turkish/LexiconTur.gf similarity index 100% rename from next-lib/src/turkish/LexiconTur.gf rename to lib/src/turkish/LexiconTur.gf diff --git a/next-lib/src/turkish/NounTur.gf b/lib/src/turkish/NounTur.gf similarity index 100% rename from next-lib/src/turkish/NounTur.gf rename to lib/src/turkish/NounTur.gf diff --git a/next-lib/src/turkish/NumeralTur.gf b/lib/src/turkish/NumeralTur.gf similarity index 100% rename from next-lib/src/turkish/NumeralTur.gf rename to lib/src/turkish/NumeralTur.gf diff --git a/next-lib/src/turkish/ParadigmsTur.gf b/lib/src/turkish/ParadigmsTur.gf similarity index 100% rename from next-lib/src/turkish/ParadigmsTur.gf rename to lib/src/turkish/ParadigmsTur.gf diff --git a/next-lib/src/turkish/ResTur.gf b/lib/src/turkish/ResTur.gf similarity index 100% rename from next-lib/src/turkish/ResTur.gf rename to lib/src/turkish/ResTur.gf diff --git a/next-lib/src/turkish/StructuralTur.gf b/lib/src/turkish/StructuralTur.gf similarity index 100% rename from next-lib/src/turkish/StructuralTur.gf rename to lib/src/turkish/StructuralTur.gf diff --git a/lib/LICENSE b/old-lib/LICENSE similarity index 100% rename from lib/LICENSE rename to old-lib/LICENSE diff --git a/lib/c/Makefile b/old-lib/c/Makefile similarity index 100% rename from lib/c/Makefile rename to old-lib/c/Makefile diff --git a/lib/c/gfcc-term.c b/old-lib/c/gfcc-term.c similarity index 100% rename from lib/c/gfcc-term.c rename to old-lib/c/gfcc-term.c diff --git a/lib/c/gfcc-term.h b/old-lib/c/gfcc-term.h similarity index 100% rename from lib/c/gfcc-term.h rename to old-lib/c/gfcc-term.h diff --git a/lib/c/gfcc-tree.c b/old-lib/c/gfcc-tree.c similarity index 100% rename from lib/c/gfcc-tree.c rename to old-lib/c/gfcc-tree.c diff --git a/lib/c/gfcc-tree.h b/old-lib/c/gfcc-tree.h similarity index 100% rename from lib/c/gfcc-tree.h rename to old-lib/c/gfcc-tree.h diff --git a/lib/index.html b/old-lib/index.html similarity index 100% rename from lib/index.html rename to old-lib/index.html diff --git a/lib/index.txt b/old-lib/index.txt similarity index 100% rename from lib/index.txt rename to old-lib/index.txt diff --git a/lib/javascript/editor.html b/old-lib/javascript/editor.html similarity index 100% rename from lib/javascript/editor.html rename to old-lib/javascript/editor.html diff --git a/lib/javascript/editorGrammar.js b/old-lib/javascript/editorGrammar.js similarity index 100% rename from lib/javascript/editorGrammar.js rename to old-lib/javascript/editorGrammar.js diff --git a/lib/javascript/empty.png b/old-lib/javascript/empty.png similarity index 100% rename from lib/javascript/empty.png rename to old-lib/javascript/empty.png diff --git a/lib/javascript/gfjseditor.js b/old-lib/javascript/gfjseditor.js similarity index 100% rename from lib/javascript/gfjseditor.js rename to old-lib/javascript/gfjseditor.js diff --git a/lib/javascript/gflib-xhtml-voice.js b/old-lib/javascript/gflib-xhtml-voice.js similarity index 100% rename from lib/javascript/gflib-xhtml-voice.js rename to old-lib/javascript/gflib-xhtml-voice.js diff --git a/lib/javascript/gflib.js b/old-lib/javascript/gflib.js similarity index 100% rename from lib/javascript/gflib.js rename to old-lib/javascript/gflib.js diff --git a/lib/javascript/grammar.js b/old-lib/javascript/grammar.js similarity index 100% rename from lib/javascript/grammar.js rename to old-lib/javascript/grammar.js diff --git a/lib/javascript/minus.png b/old-lib/javascript/minus.png similarity index 100% rename from lib/javascript/minus.png rename to old-lib/javascript/minus.png diff --git a/lib/javascript/plus.png b/old-lib/javascript/plus.png similarity index 100% rename from lib/javascript/plus.png rename to old-lib/javascript/plus.png diff --git a/lib/javascript/style.css b/old-lib/javascript/style.css similarity index 100% rename from lib/javascript/style.css rename to old-lib/javascript/style.css diff --git a/lib/javascript/translator.css b/old-lib/javascript/translator.css similarity index 100% rename from lib/javascript/translator.css rename to old-lib/javascript/translator.css diff --git a/lib/javascript/translator.html b/old-lib/javascript/translator.html similarity index 100% rename from lib/javascript/translator.html rename to old-lib/javascript/translator.html diff --git a/lib/javascript/translator.js b/old-lib/javascript/translator.js similarity index 100% rename from lib/javascript/translator.js rename to old-lib/javascript/translator.js diff --git a/lib/prelude/Coordination.gf b/old-lib/prelude/Coordination.gf similarity index 100% rename from lib/prelude/Coordination.gf rename to old-lib/prelude/Coordination.gf 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/lib/prelude/Precedence.gf b/old-lib/prelude/Precedence.gf similarity index 100% rename from lib/prelude/Precedence.gf rename to old-lib/prelude/Precedence.gf 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/lib/resource/Make.hs b/old-lib/resource/Make.hs similarity index 100% rename from lib/resource/Make.hs rename to old-lib/resource/Make.hs diff --git a/lib/resource/Makefile b/old-lib/resource/Makefile similarity index 100% rename from lib/resource/Makefile rename to old-lib/resource/Makefile diff --git a/lib/resource/abstract/Adjective.gf b/old-lib/resource/abstract/Adjective.gf similarity index 100% rename from lib/resource/abstract/Adjective.gf rename to old-lib/resource/abstract/Adjective.gf 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/lib/resource/abstract/Cat.gf b/old-lib/resource/abstract/Cat.gf similarity index 100% rename from lib/resource/abstract/Cat.gf rename to old-lib/resource/abstract/Cat.gf diff --git a/lib/resource/abstract/Common.gf b/old-lib/resource/abstract/Common.gf similarity index 100% rename from lib/resource/abstract/Common.gf rename to old-lib/resource/abstract/Common.gf 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/lib/resource/abstract/Conjunction.gf b/old-lib/resource/abstract/Conjunction.gf similarity index 100% rename from lib/resource/abstract/Conjunction.gf rename to old-lib/resource/abstract/Conjunction.gf diff --git a/lib/resource/abstract/Extra.gf b/old-lib/resource/abstract/Extra.gf similarity index 100% rename from lib/resource/abstract/Extra.gf rename to old-lib/resource/abstract/Extra.gf 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/lib/resource/abstract/Lexicon.gf b/old-lib/resource/abstract/Lexicon.gf similarity index 100% rename from lib/resource/abstract/Lexicon.gf rename to old-lib/resource/abstract/Lexicon.gf diff --git a/lib/resource/abstract/Noun.gf b/old-lib/resource/abstract/Noun.gf similarity index 100% rename from lib/resource/abstract/Noun.gf rename to old-lib/resource/abstract/Noun.gf 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/lib/resource/abstract/Relative.gf b/old-lib/resource/abstract/Relative.gf similarity index 100% rename from lib/resource/abstract/Relative.gf rename to old-lib/resource/abstract/Relative.gf diff --git a/lib/resource/abstract/Sentence.gf b/old-lib/resource/abstract/Sentence.gf similarity index 100% rename from lib/resource/abstract/Sentence.gf rename to old-lib/resource/abstract/Sentence.gf diff --git a/lib/resource/abstract/Structural.gf b/old-lib/resource/abstract/Structural.gf similarity index 100% rename from lib/resource/abstract/Structural.gf rename to old-lib/resource/abstract/Structural.gf 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/lib/resource/api/Combinators.gf b/old-lib/resource/api/Combinators.gf similarity index 100% rename from lib/resource/api/Combinators.gf rename to old-lib/resource/api/Combinators.gf diff --git a/lib/resource/api/CombinatorsAra.gf b/old-lib/resource/api/CombinatorsAra.gf similarity index 100% rename from lib/resource/api/CombinatorsAra.gf rename to old-lib/resource/api/CombinatorsAra.gf diff --git a/lib/resource/api/CombinatorsBul.gf b/old-lib/resource/api/CombinatorsBul.gf similarity index 100% rename from lib/resource/api/CombinatorsBul.gf rename to old-lib/resource/api/CombinatorsBul.gf diff --git a/lib/resource/api/CombinatorsCat.gf b/old-lib/resource/api/CombinatorsCat.gf similarity index 100% rename from lib/resource/api/CombinatorsCat.gf rename to old-lib/resource/api/CombinatorsCat.gf diff --git a/lib/resource/api/CombinatorsDan.gf b/old-lib/resource/api/CombinatorsDan.gf similarity index 100% rename from lib/resource/api/CombinatorsDan.gf rename to old-lib/resource/api/CombinatorsDan.gf diff --git a/lib/resource/api/CombinatorsEng.gf b/old-lib/resource/api/CombinatorsEng.gf similarity index 100% rename from lib/resource/api/CombinatorsEng.gf rename to old-lib/resource/api/CombinatorsEng.gf diff --git a/lib/resource/api/CombinatorsFin.gf b/old-lib/resource/api/CombinatorsFin.gf similarity index 100% rename from lib/resource/api/CombinatorsFin.gf rename to old-lib/resource/api/CombinatorsFin.gf diff --git a/lib/resource/api/CombinatorsFre.gf b/old-lib/resource/api/CombinatorsFre.gf similarity index 100% rename from lib/resource/api/CombinatorsFre.gf rename to old-lib/resource/api/CombinatorsFre.gf diff --git a/lib/resource/api/CombinatorsGer.gf b/old-lib/resource/api/CombinatorsGer.gf similarity index 100% rename from lib/resource/api/CombinatorsGer.gf rename to old-lib/resource/api/CombinatorsGer.gf diff --git a/lib/resource/api/CombinatorsHin.gf b/old-lib/resource/api/CombinatorsHin.gf similarity index 100% rename from lib/resource/api/CombinatorsHin.gf rename to old-lib/resource/api/CombinatorsHin.gf diff --git a/lib/resource/api/CombinatorsIna.gf b/old-lib/resource/api/CombinatorsIna.gf similarity index 100% rename from lib/resource/api/CombinatorsIna.gf rename to old-lib/resource/api/CombinatorsIna.gf diff --git a/lib/resource/api/CombinatorsIta.gf b/old-lib/resource/api/CombinatorsIta.gf similarity index 100% rename from lib/resource/api/CombinatorsIta.gf rename to old-lib/resource/api/CombinatorsIta.gf diff --git a/lib/resource/api/CombinatorsNor.gf b/old-lib/resource/api/CombinatorsNor.gf similarity index 100% rename from lib/resource/api/CombinatorsNor.gf rename to old-lib/resource/api/CombinatorsNor.gf diff --git a/lib/resource/api/CombinatorsRus.gf b/old-lib/resource/api/CombinatorsRus.gf similarity index 100% rename from lib/resource/api/CombinatorsRus.gf rename to old-lib/resource/api/CombinatorsRus.gf diff --git a/lib/resource/api/CombinatorsSpa.gf b/old-lib/resource/api/CombinatorsSpa.gf similarity index 100% rename from lib/resource/api/CombinatorsSpa.gf rename to old-lib/resource/api/CombinatorsSpa.gf diff --git a/lib/resource/api/CombinatorsSwe.gf b/old-lib/resource/api/CombinatorsSwe.gf similarity index 100% rename from lib/resource/api/CombinatorsSwe.gf rename to old-lib/resource/api/CombinatorsSwe.gf diff --git a/lib/resource/api/CombinatorsTha.gf b/old-lib/resource/api/CombinatorsTha.gf similarity index 100% rename from lib/resource/api/CombinatorsTha.gf rename to old-lib/resource/api/CombinatorsTha.gf diff --git a/lib/resource/api/Constructors.gf b/old-lib/resource/api/Constructors.gf similarity index 100% rename from lib/resource/api/Constructors.gf rename to old-lib/resource/api/Constructors.gf 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/lib/resource/api/ConstructorsCat.gf b/old-lib/resource/api/ConstructorsCat.gf similarity index 100% rename from lib/resource/api/ConstructorsCat.gf rename to old-lib/resource/api/ConstructorsCat.gf 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/lib/resource/api/SyntaxCat.gf b/old-lib/resource/api/SyntaxCat.gf similarity index 100% rename from lib/resource/api/SyntaxCat.gf rename to old-lib/resource/api/SyntaxCat.gf 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/lib/resource/api/SyntaxSpa.gf b/old-lib/resource/api/SyntaxSpa.gf similarity index 100% rename from lib/resource/api/SyntaxSpa.gf rename to old-lib/resource/api/SyntaxSpa.gf 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/lib/resource/api/TryEng.gf b/old-lib/resource/api/TryEng.gf similarity index 100% rename from lib/resource/api/TryEng.gf rename to old-lib/resource/api/TryEng.gf 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/lib/resource/api/TrySwe.gf b/old-lib/resource/api/TrySwe.gf similarity index 100% rename from lib/resource/api/TrySwe.gf rename to old-lib/resource/api/TrySwe.gf diff --git a/lib/resource/arabic/AdjectiveAra.gf b/old-lib/resource/arabic/AdjectiveAra.gf similarity index 100% rename from lib/resource/arabic/AdjectiveAra.gf rename to old-lib/resource/arabic/AdjectiveAra.gf 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/lib/resource/arabic/CatAra.gf b/old-lib/resource/arabic/CatAra.gf similarity index 100% rename from lib/resource/arabic/CatAra.gf rename to old-lib/resource/arabic/CatAra.gf 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/lib/resource/arabic/LexiconAra.gf b/old-lib/resource/arabic/LexiconAra.gf similarity index 100% rename from lib/resource/arabic/LexiconAra.gf rename to old-lib/resource/arabic/LexiconAra.gf 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/lib/resource/arabic/NounAra.gf b/old-lib/resource/arabic/NounAra.gf similarity index 100% rename from lib/resource/arabic/NounAra.gf rename to old-lib/resource/arabic/NounAra.gf 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/lib/resource/arabic/ParadigmsAra.gf b/old-lib/resource/arabic/ParadigmsAra.gf similarity index 100% rename from lib/resource/arabic/ParadigmsAra.gf rename to old-lib/resource/arabic/ParadigmsAra.gf 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/lib/resource/arabic/PhraseAra.gf b/old-lib/resource/arabic/PhraseAra.gf similarity index 100% rename from lib/resource/arabic/PhraseAra.gf rename to old-lib/resource/arabic/PhraseAra.gf diff --git a/lib/resource/arabic/QuestionAra.gf b/old-lib/resource/arabic/QuestionAra.gf similarity index 100% rename from lib/resource/arabic/QuestionAra.gf rename to old-lib/resource/arabic/QuestionAra.gf 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/lib/resource/arabic/ResAra.gf b/old-lib/resource/arabic/ResAra.gf similarity index 100% rename from lib/resource/arabic/ResAra.gf rename to old-lib/resource/arabic/ResAra.gf diff --git a/lib/resource/arabic/SentenceAra.gf b/old-lib/resource/arabic/SentenceAra.gf similarity index 100% rename from lib/resource/arabic/SentenceAra.gf rename to old-lib/resource/arabic/SentenceAra.gf diff --git a/lib/resource/arabic/StructuralAra.gf b/old-lib/resource/arabic/StructuralAra.gf similarity index 100% rename from lib/resource/arabic/StructuralAra.gf rename to old-lib/resource/arabic/StructuralAra.gf diff --git a/lib/resource/arabic/VerbAra.gf b/old-lib/resource/arabic/VerbAra.gf similarity index 100% rename from lib/resource/arabic/VerbAra.gf rename to old-lib/resource/arabic/VerbAra.gf diff --git a/lib/resource/bulgarian/AdjectiveBul.gf b/old-lib/resource/bulgarian/AdjectiveBul.gf similarity index 100% rename from lib/resource/bulgarian/AdjectiveBul.gf rename to old-lib/resource/bulgarian/AdjectiveBul.gf 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/lib/resource/bulgarian/CatBul.gf b/old-lib/resource/bulgarian/CatBul.gf similarity index 100% rename from lib/resource/bulgarian/CatBul.gf rename to old-lib/resource/bulgarian/CatBul.gf 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/lib/resource/bulgarian/ExtraBul.gf b/old-lib/resource/bulgarian/ExtraBul.gf similarity index 100% rename from lib/resource/bulgarian/ExtraBul.gf rename to old-lib/resource/bulgarian/ExtraBul.gf 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/lib/resource/bulgarian/IdiomBul.gf b/old-lib/resource/bulgarian/IdiomBul.gf similarity index 100% rename from lib/resource/bulgarian/IdiomBul.gf rename to old-lib/resource/bulgarian/IdiomBul.gf diff --git a/lib/resource/bulgarian/LangBul.gf b/old-lib/resource/bulgarian/LangBul.gf similarity index 100% rename from lib/resource/bulgarian/LangBul.gf rename to old-lib/resource/bulgarian/LangBul.gf diff --git a/lib/resource/bulgarian/LexiconBul.gf b/old-lib/resource/bulgarian/LexiconBul.gf similarity index 100% rename from lib/resource/bulgarian/LexiconBul.gf rename to old-lib/resource/bulgarian/LexiconBul.gf diff --git a/lib/resource/bulgarian/MorphoBul.gf b/old-lib/resource/bulgarian/MorphoBul.gf similarity index 100% rename from lib/resource/bulgarian/MorphoBul.gf rename to old-lib/resource/bulgarian/MorphoBul.gf diff --git a/lib/resource/bulgarian/MorphoFunsBul.gf b/old-lib/resource/bulgarian/MorphoFunsBul.gf similarity index 100% rename from lib/resource/bulgarian/MorphoFunsBul.gf rename to old-lib/resource/bulgarian/MorphoFunsBul.gf diff --git a/lib/resource/bulgarian/NounBul.gf b/old-lib/resource/bulgarian/NounBul.gf similarity index 100% rename from lib/resource/bulgarian/NounBul.gf rename to old-lib/resource/bulgarian/NounBul.gf diff --git a/lib/resource/bulgarian/NumeralBul.gf b/old-lib/resource/bulgarian/NumeralBul.gf similarity index 100% rename from lib/resource/bulgarian/NumeralBul.gf rename to old-lib/resource/bulgarian/NumeralBul.gf diff --git a/lib/resource/bulgarian/ParadigmsBul.gf b/old-lib/resource/bulgarian/ParadigmsBul.gf similarity index 100% rename from lib/resource/bulgarian/ParadigmsBul.gf rename to old-lib/resource/bulgarian/ParadigmsBul.gf 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/lib/resource/bulgarian/QuestionBul.gf b/old-lib/resource/bulgarian/QuestionBul.gf similarity index 100% rename from lib/resource/bulgarian/QuestionBul.gf rename to old-lib/resource/bulgarian/QuestionBul.gf 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/lib/resource/bulgarian/ResBul.gf b/old-lib/resource/bulgarian/ResBul.gf similarity index 100% rename from lib/resource/bulgarian/ResBul.gf rename to old-lib/resource/bulgarian/ResBul.gf diff --git a/lib/resource/bulgarian/SentenceBul.gf b/old-lib/resource/bulgarian/SentenceBul.gf similarity index 100% rename from lib/resource/bulgarian/SentenceBul.gf rename to old-lib/resource/bulgarian/SentenceBul.gf diff --git a/lib/resource/bulgarian/StructuralBul.gf b/old-lib/resource/bulgarian/StructuralBul.gf similarity index 100% rename from lib/resource/bulgarian/StructuralBul.gf rename to old-lib/resource/bulgarian/StructuralBul.gf 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/lib/resource/catalan/BeschCat.gf b/old-lib/resource/catalan/BeschCat.gf similarity index 100% rename from lib/resource/catalan/BeschCat.gf rename to old-lib/resource/catalan/BeschCat.gf diff --git a/lib/resource/catalan/CatCat.gf b/old-lib/resource/catalan/CatCat.gf similarity index 100% rename from lib/resource/catalan/CatCat.gf rename to old-lib/resource/catalan/CatCat.gf diff --git a/next-lib/src/english/CompatibilityCat.gf b/old-lib/resource/catalan/CompatibilityCat.gf similarity index 100% rename from next-lib/src/english/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/lib/resource/catalan/DiffCat.gf b/old-lib/resource/catalan/DiffCat.gf similarity index 100% rename from lib/resource/catalan/DiffCat.gf rename to old-lib/resource/catalan/DiffCat.gf 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/lib/resource/catalan/GrammarCat.gf b/old-lib/resource/catalan/GrammarCat.gf similarity index 100% rename from lib/resource/catalan/GrammarCat.gf rename to old-lib/resource/catalan/GrammarCat.gf diff --git a/lib/resource/catalan/IdiomCat.gf b/old-lib/resource/catalan/IdiomCat.gf similarity index 100% rename from lib/resource/catalan/IdiomCat.gf rename to old-lib/resource/catalan/IdiomCat.gf 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/lib/resource/catalan/LangCat.gf b/old-lib/resource/catalan/LangCat.gf similarity index 100% rename from lib/resource/catalan/LangCat.gf rename to old-lib/resource/catalan/LangCat.gf diff --git a/lib/resource/catalan/LexiconCat.gf b/old-lib/resource/catalan/LexiconCat.gf similarity index 100% rename from lib/resource/catalan/LexiconCat.gf rename to old-lib/resource/catalan/LexiconCat.gf diff --git a/lib/resource/catalan/MorphoCat.gf b/old-lib/resource/catalan/MorphoCat.gf similarity index 100% rename from lib/resource/catalan/MorphoCat.gf rename to old-lib/resource/catalan/MorphoCat.gf 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/lib/resource/catalan/ParadigmsCat.gf b/old-lib/resource/catalan/ParadigmsCat.gf similarity index 100% rename from lib/resource/catalan/ParadigmsCat.gf rename to old-lib/resource/catalan/ParadigmsCat.gf diff --git a/lib/resource/catalan/PhonoCat.gf b/old-lib/resource/catalan/PhonoCat.gf similarity index 100% rename from lib/resource/catalan/PhonoCat.gf rename to old-lib/resource/catalan/PhonoCat.gf 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/lib/resource/catalan/StructuralCat.gf b/old-lib/resource/catalan/StructuralCat.gf similarity index 100% rename from lib/resource/catalan/StructuralCat.gf rename to old-lib/resource/catalan/StructuralCat.gf 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/lib/resource/common/CommonX.gf b/old-lib/resource/common/CommonX.gf similarity index 100% rename from lib/resource/common/CommonX.gf rename to old-lib/resource/common/CommonX.gf diff --git a/lib/resource/common/ConstructX.gf b/old-lib/resource/common/ConstructX.gf similarity index 100% rename from lib/resource/common/ConstructX.gf rename to old-lib/resource/common/ConstructX.gf 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/lib/resource/danish/DiffDan.gf b/old-lib/resource/danish/DiffDan.gf similarity index 100% rename from lib/resource/danish/DiffDan.gf rename to old-lib/resource/danish/DiffDan.gf 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/lib/resource/danish/LexiconDan.gf b/old-lib/resource/danish/LexiconDan.gf similarity index 100% rename from lib/resource/danish/LexiconDan.gf rename to old-lib/resource/danish/LexiconDan.gf 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/lib/resource/danish/StructuralDan.gf b/old-lib/resource/danish/StructuralDan.gf similarity index 100% rename from lib/resource/danish/StructuralDan.gf rename to old-lib/resource/danish/StructuralDan.gf 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/lib/resource/demo/Clause.gf b/old-lib/resource/demo/Clause.gf similarity index 100% rename from lib/resource/demo/Clause.gf rename to old-lib/resource/demo/Clause.gf 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/lib/resource/demo/ClauseI.gf b/old-lib/resource/demo/ClauseI.gf similarity index 100% rename from lib/resource/demo/ClauseI.gf rename to old-lib/resource/demo/ClauseI.gf 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/lib/resource/deva b/old-lib/resource/deva similarity index 100% rename from lib/resource/deva rename to old-lib/resource/deva diff --git a/lib/resource/doc/MkSynopsis.hs b/old-lib/resource/doc/MkSynopsis.hs similarity index 100% rename from lib/resource/doc/MkSynopsis.hs rename to old-lib/resource/doc/MkSynopsis.hs 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/lib/resource/doc/resdemo.html b/old-lib/resource/doc/resdemo.html similarity index 100% rename from lib/resource/doc/resdemo.html rename to old-lib/resource/doc/resdemo.html 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/lib/resource/doc/synopsis.html b/old-lib/resource/doc/synopsis.html similarity index 100% rename from lib/resource/doc/synopsis.html rename to old-lib/resource/doc/synopsis.html diff --git a/lib/resource/doc/synopsis.txt b/old-lib/resource/doc/synopsis.txt similarity index 100% rename from lib/resource/doc/synopsis.txt rename to old-lib/resource/doc/synopsis.txt diff --git a/lib/resource/english/AdjectiveEng.gf b/old-lib/resource/english/AdjectiveEng.gf similarity index 100% rename from lib/resource/english/AdjectiveEng.gf rename to old-lib/resource/english/AdjectiveEng.gf diff --git a/lib/resource/english/AdverbEng.gf b/old-lib/resource/english/AdverbEng.gf similarity index 100% rename from lib/resource/english/AdverbEng.gf rename to old-lib/resource/english/AdverbEng.gf 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/latin/AllEngAbs.gf b/old-lib/resource/english/AllEngAbs.gf similarity index 100% rename from next-lib/src/latin/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/lib/resource/english/CatEng.gf b/old-lib/resource/english/CatEng.gf similarity index 100% rename from lib/resource/english/CatEng.gf rename to old-lib/resource/english/CatEng.gf 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/lib/resource/english/ConjunctionEng.gf b/old-lib/resource/english/ConjunctionEng.gf similarity index 100% rename from lib/resource/english/ConjunctionEng.gf rename to old-lib/resource/english/ConjunctionEng.gf diff --git a/lib/resource/english/ExtraEng.gf b/old-lib/resource/english/ExtraEng.gf similarity index 100% rename from lib/resource/english/ExtraEng.gf rename to old-lib/resource/english/ExtraEng.gf 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/latin/IrregEngAbs.gf b/old-lib/resource/english/IrregEngAbs.gf similarity index 100% rename from next-lib/src/latin/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/lib/resource/english/LexiconEng.gf b/old-lib/resource/english/LexiconEng.gf similarity index 100% rename from lib/resource/english/LexiconEng.gf rename to old-lib/resource/english/LexiconEng.gf diff --git a/lib/resource/english/MorphoEng.gf b/old-lib/resource/english/MorphoEng.gf similarity index 100% rename from lib/resource/english/MorphoEng.gf rename to old-lib/resource/english/MorphoEng.gf diff --git a/lib/resource/english/NounEng.gf b/old-lib/resource/english/NounEng.gf similarity index 100% rename from lib/resource/english/NounEng.gf rename to old-lib/resource/english/NounEng.gf diff --git a/lib/resource/english/NumeralEng.gf b/old-lib/resource/english/NumeralEng.gf similarity index 100% rename from lib/resource/english/NumeralEng.gf rename to old-lib/resource/english/NumeralEng.gf diff --git a/lib/resource/english/ParadigmsEng.gf b/old-lib/resource/english/ParadigmsEng.gf similarity index 100% rename from lib/resource/english/ParadigmsEng.gf rename to old-lib/resource/english/ParadigmsEng.gf 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/lib/resource/english/QuestionEng.gf b/old-lib/resource/english/QuestionEng.gf similarity index 100% rename from lib/resource/english/QuestionEng.gf rename to old-lib/resource/english/QuestionEng.gf diff --git a/lib/resource/english/RelativeEng.gf b/old-lib/resource/english/RelativeEng.gf similarity index 100% rename from lib/resource/english/RelativeEng.gf rename to old-lib/resource/english/RelativeEng.gf diff --git a/lib/resource/english/ResEng.gf b/old-lib/resource/english/ResEng.gf similarity index 100% rename from lib/resource/english/ResEng.gf rename to old-lib/resource/english/ResEng.gf diff --git a/lib/resource/english/SentenceEng.gf b/old-lib/resource/english/SentenceEng.gf similarity index 100% rename from lib/resource/english/SentenceEng.gf rename to old-lib/resource/english/SentenceEng.gf diff --git a/lib/resource/english/StructuralEng.gf b/old-lib/resource/english/StructuralEng.gf similarity index 100% rename from lib/resource/english/StructuralEng.gf rename to old-lib/resource/english/StructuralEng.gf 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/lib/resource/exx-resource.gft b/old-lib/resource/exx-resource.gft similarity index 100% rename from lib/resource/exx-resource.gft rename to old-lib/resource/exx-resource.gft diff --git a/lib/resource/finnish/AdjectiveFin.gf b/old-lib/resource/finnish/AdjectiveFin.gf similarity index 100% rename from lib/resource/finnish/AdjectiveFin.gf rename to old-lib/resource/finnish/AdjectiveFin.gf diff --git a/lib/resource/finnish/AdverbFin.gf b/old-lib/resource/finnish/AdverbFin.gf similarity index 100% rename from lib/resource/finnish/AdverbFin.gf rename to old-lib/resource/finnish/AdverbFin.gf 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/lib/resource/finnish/CatFin.gf b/old-lib/resource/finnish/CatFin.gf similarity index 100% rename from lib/resource/finnish/CatFin.gf rename to old-lib/resource/finnish/CatFin.gf diff --git a/lib/resource/finnish/CompatibilityFin.gf b/old-lib/resource/finnish/CompatibilityFin.gf similarity index 100% rename from lib/resource/finnish/CompatibilityFin.gf rename to old-lib/resource/finnish/CompatibilityFin.gf diff --git a/lib/resource/finnish/ConjunctionFin.gf b/old-lib/resource/finnish/ConjunctionFin.gf similarity index 100% rename from lib/resource/finnish/ConjunctionFin.gf rename to old-lib/resource/finnish/ConjunctionFin.gf diff --git a/lib/resource/finnish/ExtraFin.gf b/old-lib/resource/finnish/ExtraFin.gf similarity index 100% rename from lib/resource/finnish/ExtraFin.gf rename to old-lib/resource/finnish/ExtraFin.gf 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/lib/resource/finnish/LexiconFin.gf b/old-lib/resource/finnish/LexiconFin.gf similarity index 100% rename from lib/resource/finnish/LexiconFin.gf rename to old-lib/resource/finnish/LexiconFin.gf diff --git a/lib/resource/finnish/MorphoFin.gf b/old-lib/resource/finnish/MorphoFin.gf similarity index 100% rename from lib/resource/finnish/MorphoFin.gf rename to old-lib/resource/finnish/MorphoFin.gf diff --git a/lib/resource/finnish/NounFin.gf b/old-lib/resource/finnish/NounFin.gf similarity index 100% rename from lib/resource/finnish/NounFin.gf rename to old-lib/resource/finnish/NounFin.gf 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/lib/resource/finnish/ResFin.gf b/old-lib/resource/finnish/ResFin.gf similarity index 100% rename from lib/resource/finnish/ResFin.gf rename to old-lib/resource/finnish/ResFin.gf diff --git a/lib/resource/finnish/SentenceFin.gf b/old-lib/resource/finnish/SentenceFin.gf similarity index 100% rename from lib/resource/finnish/SentenceFin.gf rename to old-lib/resource/finnish/SentenceFin.gf diff --git a/lib/resource/finnish/StructuralFin.gf b/old-lib/resource/finnish/StructuralFin.gf similarity index 100% rename from lib/resource/finnish/StructuralFin.gf rename to old-lib/resource/finnish/StructuralFin.gf diff --git a/lib/resource/finnish/VerbFin.gf b/old-lib/resource/finnish/VerbFin.gf similarity index 100% rename from lib/resource/finnish/VerbFin.gf rename to old-lib/resource/finnish/VerbFin.gf 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/lib/resource/french/CatFre.gf b/old-lib/resource/french/CatFre.gf similarity index 100% rename from lib/resource/french/CatFre.gf rename to old-lib/resource/french/CatFre.gf 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/lib/resource/french/DiffFre.gf b/old-lib/resource/french/DiffFre.gf similarity index 100% rename from lib/resource/french/DiffFre.gf rename to old-lib/resource/french/DiffFre.gf 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/lib/resource/french/GrammarFre.gf b/old-lib/resource/french/GrammarFre.gf similarity index 100% rename from lib/resource/french/GrammarFre.gf rename to old-lib/resource/french/GrammarFre.gf diff --git a/lib/resource/french/IdiomFre.gf b/old-lib/resource/french/IdiomFre.gf similarity index 100% rename from lib/resource/french/IdiomFre.gf rename to old-lib/resource/french/IdiomFre.gf 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/lib/resource/french/LangFre.gf b/old-lib/resource/french/LangFre.gf similarity index 100% rename from lib/resource/french/LangFre.gf rename to old-lib/resource/french/LangFre.gf diff --git a/lib/resource/french/LexiconFre.gf b/old-lib/resource/french/LexiconFre.gf similarity index 100% rename from lib/resource/french/LexiconFre.gf rename to old-lib/resource/french/LexiconFre.gf diff --git a/lib/resource/french/MorphoFre.gf b/old-lib/resource/french/MorphoFre.gf similarity index 100% rename from lib/resource/french/MorphoFre.gf rename to old-lib/resource/french/MorphoFre.gf 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/lib/resource/french/NumeralFre.gf b/old-lib/resource/french/NumeralFre.gf similarity index 100% rename from lib/resource/french/NumeralFre.gf rename to old-lib/resource/french/NumeralFre.gf diff --git a/lib/resource/french/ParadigmsFre.gf b/old-lib/resource/french/ParadigmsFre.gf similarity index 100% rename from lib/resource/french/ParadigmsFre.gf rename to old-lib/resource/french/ParadigmsFre.gf 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/lib/resource/french/StructuralFre.gf b/old-lib/resource/french/StructuralFre.gf similarity index 100% rename from lib/resource/french/StructuralFre.gf rename to old-lib/resource/french/StructuralFre.gf 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/lib/resource/german/AdjectiveGer.gf b/old-lib/resource/german/AdjectiveGer.gf similarity index 100% rename from lib/resource/german/AdjectiveGer.gf rename to old-lib/resource/german/AdjectiveGer.gf diff --git a/lib/resource/german/AdverbGer.gf b/old-lib/resource/german/AdverbGer.gf similarity index 100% rename from lib/resource/german/AdverbGer.gf rename to old-lib/resource/german/AdverbGer.gf 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/lib/resource/german/CatGer.gf b/old-lib/resource/german/CatGer.gf similarity index 100% rename from lib/resource/german/CatGer.gf rename to old-lib/resource/german/CatGer.gf diff --git a/lib/resource/german/ConjunctionGer.gf b/old-lib/resource/german/ConjunctionGer.gf similarity index 100% rename from lib/resource/german/ConjunctionGer.gf rename to old-lib/resource/german/ConjunctionGer.gf 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/lib/resource/german/GrammarGer.gf b/old-lib/resource/german/GrammarGer.gf similarity index 100% rename from lib/resource/german/GrammarGer.gf rename to old-lib/resource/german/GrammarGer.gf 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/lib/resource/german/LangGer.gf b/old-lib/resource/german/LangGer.gf similarity index 100% rename from lib/resource/german/LangGer.gf rename to old-lib/resource/german/LangGer.gf diff --git a/lib/resource/german/LexiconGer.gf b/old-lib/resource/german/LexiconGer.gf similarity index 100% rename from lib/resource/german/LexiconGer.gf rename to old-lib/resource/german/LexiconGer.gf diff --git a/lib/resource/german/MorphoGer.gf b/old-lib/resource/german/MorphoGer.gf similarity index 100% rename from lib/resource/german/MorphoGer.gf rename to old-lib/resource/german/MorphoGer.gf diff --git a/lib/resource/german/NounGer.gf b/old-lib/resource/german/NounGer.gf similarity index 100% rename from lib/resource/german/NounGer.gf rename to old-lib/resource/german/NounGer.gf 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/lib/resource/german/ParadigmsGer.gf b/old-lib/resource/german/ParadigmsGer.gf similarity index 100% rename from lib/resource/german/ParadigmsGer.gf rename to old-lib/resource/german/ParadigmsGer.gf 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/lib/resource/german/ResGer.gf b/old-lib/resource/german/ResGer.gf similarity index 100% rename from lib/resource/german/ResGer.gf rename to old-lib/resource/german/ResGer.gf diff --git a/lib/resource/german/SentenceGer.gf b/old-lib/resource/german/SentenceGer.gf similarity index 100% rename from lib/resource/german/SentenceGer.gf rename to old-lib/resource/german/SentenceGer.gf diff --git a/lib/resource/german/StructuralGer.gf b/old-lib/resource/german/StructuralGer.gf similarity index 100% rename from lib/resource/german/StructuralGer.gf rename to old-lib/resource/german/StructuralGer.gf 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/lib/resource/gold-exx-resource.gftb b/old-lib/resource/gold-exx-resource.gftb similarity index 100% rename from lib/resource/gold-exx-resource.gftb rename to old-lib/resource/gold-exx-resource.gftb diff --git a/lib/resource/hdeva.hs b/old-lib/resource/hdeva.hs similarity index 100% rename from lib/resource/hdeva.hs rename to old-lib/resource/hdeva.hs 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/lib/resource/hindi/Deva.hs b/old-lib/resource/hindi/Deva.hs similarity index 100% rename from lib/resource/hindi/Deva.hs rename to old-lib/resource/hindi/Deva.hs 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/lib/resource/hindi/NounHin.gf b/old-lib/resource/hindi/NounHin.gf similarity index 100% rename from lib/resource/hindi/NounHin.gf rename to old-lib/resource/hindi/NounHin.gf 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/lib/resource/hindi/utf8/MkLex.hs b/old-lib/resource/hindi/utf8/MkLex.hs similarity index 100% rename from lib/resource/hindi/utf8/MkLex.hs rename to old-lib/resource/hindi/utf8/MkLex.hs diff --git a/lib/resource/hindi/utf8/ParadigmsHin.gf b/old-lib/resource/hindi/utf8/ParadigmsHin.gf similarity index 100% rename from lib/resource/hindi/utf8/ParadigmsHin.gf rename to old-lib/resource/hindi/utf8/ParadigmsHin.gf diff --git a/lib/resource/interlingua/AdjectiveIna.gf b/old-lib/resource/interlingua/AdjectiveIna.gf similarity index 100% rename from lib/resource/interlingua/AdjectiveIna.gf rename to old-lib/resource/interlingua/AdjectiveIna.gf 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/lib/resource/interlingua/CatIna.gf b/old-lib/resource/interlingua/CatIna.gf similarity index 100% rename from lib/resource/interlingua/CatIna.gf rename to old-lib/resource/interlingua/CatIna.gf 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/lib/resource/interlingua/IdiomIna.gf b/old-lib/resource/interlingua/IdiomIna.gf similarity index 100% rename from lib/resource/interlingua/IdiomIna.gf rename to old-lib/resource/interlingua/IdiomIna.gf 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/lib/resource/interlingua/LangIna.gf b/old-lib/resource/interlingua/LangIna.gf similarity index 100% rename from lib/resource/interlingua/LangIna.gf rename to old-lib/resource/interlingua/LangIna.gf diff --git a/lib/resource/interlingua/LexiconIna.gf b/old-lib/resource/interlingua/LexiconIna.gf similarity index 100% rename from lib/resource/interlingua/LexiconIna.gf rename to old-lib/resource/interlingua/LexiconIna.gf 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/lib/resource/interlingua/NounIna.gf b/old-lib/resource/interlingua/NounIna.gf similarity index 100% rename from lib/resource/interlingua/NounIna.gf rename to old-lib/resource/interlingua/NounIna.gf 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/lib/resource/interlingua/QuestionIna.gf b/old-lib/resource/interlingua/QuestionIna.gf similarity index 100% rename from lib/resource/interlingua/QuestionIna.gf rename to old-lib/resource/interlingua/QuestionIna.gf diff --git a/lib/resource/interlingua/RelativeIna.gf b/old-lib/resource/interlingua/RelativeIna.gf similarity index 100% rename from lib/resource/interlingua/RelativeIna.gf rename to old-lib/resource/interlingua/RelativeIna.gf diff --git a/lib/resource/interlingua/ResIna.gf b/old-lib/resource/interlingua/ResIna.gf similarity index 100% rename from lib/resource/interlingua/ResIna.gf rename to old-lib/resource/interlingua/ResIna.gf 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/lib/resource/interlingua/SentenceIna.gf b/old-lib/resource/interlingua/SentenceIna.gf similarity index 100% rename from lib/resource/interlingua/SentenceIna.gf rename to old-lib/resource/interlingua/SentenceIna.gf diff --git a/lib/resource/interlingua/StructuralIna.gf b/old-lib/resource/interlingua/StructuralIna.gf similarity index 100% rename from lib/resource/interlingua/StructuralIna.gf rename to old-lib/resource/interlingua/StructuralIna.gf diff --git a/lib/resource/interlingua/VerbIna.gf b/old-lib/resource/interlingua/VerbIna.gf similarity index 100% rename from lib/resource/interlingua/VerbIna.gf rename to old-lib/resource/interlingua/VerbIna.gf 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/lib/resource/italian/CatIta.gf b/old-lib/resource/italian/CatIta.gf similarity index 100% rename from lib/resource/italian/CatIta.gf rename to old-lib/resource/italian/CatIta.gf 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/lib/resource/italian/DiffIta.gf b/old-lib/resource/italian/DiffIta.gf similarity index 100% rename from lib/resource/italian/DiffIta.gf rename to old-lib/resource/italian/DiffIta.gf 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/lib/resource/italian/GrammarIta.gf b/old-lib/resource/italian/GrammarIta.gf similarity index 100% rename from lib/resource/italian/GrammarIta.gf rename to old-lib/resource/italian/GrammarIta.gf diff --git a/lib/resource/italian/IdiomIta.gf b/old-lib/resource/italian/IdiomIta.gf similarity index 100% rename from lib/resource/italian/IdiomIta.gf rename to old-lib/resource/italian/IdiomIta.gf diff --git a/lib/resource/italian/LangIta.gf b/old-lib/resource/italian/LangIta.gf similarity index 100% rename from lib/resource/italian/LangIta.gf rename to old-lib/resource/italian/LangIta.gf diff --git a/lib/resource/italian/LexiconIta.gf b/old-lib/resource/italian/LexiconIta.gf similarity index 100% rename from lib/resource/italian/LexiconIta.gf rename to old-lib/resource/italian/LexiconIta.gf diff --git a/lib/resource/italian/MorphoIta.gf b/old-lib/resource/italian/MorphoIta.gf similarity index 100% rename from lib/resource/italian/MorphoIta.gf rename to old-lib/resource/italian/MorphoIta.gf 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/lib/resource/italian/NumeralIta.gf b/old-lib/resource/italian/NumeralIta.gf similarity index 100% rename from lib/resource/italian/NumeralIta.gf rename to old-lib/resource/italian/NumeralIta.gf diff --git a/lib/resource/italian/ParadigmsIta.gf b/old-lib/resource/italian/ParadigmsIta.gf similarity index 100% rename from lib/resource/italian/ParadigmsIta.gf rename to old-lib/resource/italian/ParadigmsIta.gf diff --git a/lib/resource/italian/PhonoIta.gf b/old-lib/resource/italian/PhonoIta.gf similarity index 100% rename from lib/resource/italian/PhonoIta.gf rename to old-lib/resource/italian/PhonoIta.gf 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/lib/resource/italian/StructuralIta.gf b/old-lib/resource/italian/StructuralIta.gf similarity index 100% rename from lib/resource/italian/StructuralIta.gf rename to old-lib/resource/italian/StructuralIta.gf 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/lib/resource/mathematical/Mathematical.gf b/old-lib/resource/mathematical/Mathematical.gf similarity index 100% rename from lib/resource/mathematical/Mathematical.gf rename to old-lib/resource/mathematical/Mathematical.gf diff --git a/lib/resource/mathematical/MathematicalCat.gf b/old-lib/resource/mathematical/MathematicalCat.gf similarity index 100% rename from lib/resource/mathematical/MathematicalCat.gf rename to old-lib/resource/mathematical/MathematicalCat.gf diff --git a/lib/resource/mathematical/MathematicalDan.gf b/old-lib/resource/mathematical/MathematicalDan.gf similarity index 100% rename from lib/resource/mathematical/MathematicalDan.gf rename to old-lib/resource/mathematical/MathematicalDan.gf diff --git a/lib/resource/mathematical/MathematicalEng.gf b/old-lib/resource/mathematical/MathematicalEng.gf similarity index 100% rename from lib/resource/mathematical/MathematicalEng.gf rename to old-lib/resource/mathematical/MathematicalEng.gf diff --git a/lib/resource/mathematical/MathematicalFin.gf b/old-lib/resource/mathematical/MathematicalFin.gf similarity index 100% rename from lib/resource/mathematical/MathematicalFin.gf rename to old-lib/resource/mathematical/MathematicalFin.gf diff --git a/lib/resource/mathematical/MathematicalFre.gf b/old-lib/resource/mathematical/MathematicalFre.gf similarity index 100% rename from lib/resource/mathematical/MathematicalFre.gf rename to old-lib/resource/mathematical/MathematicalFre.gf diff --git a/lib/resource/mathematical/MathematicalGer.gf b/old-lib/resource/mathematical/MathematicalGer.gf similarity index 100% rename from lib/resource/mathematical/MathematicalGer.gf rename to old-lib/resource/mathematical/MathematicalGer.gf diff --git a/lib/resource/mathematical/MathematicalIta.gf b/old-lib/resource/mathematical/MathematicalIta.gf similarity index 100% rename from lib/resource/mathematical/MathematicalIta.gf rename to old-lib/resource/mathematical/MathematicalIta.gf diff --git a/lib/resource/mathematical/MathematicalNor.gf b/old-lib/resource/mathematical/MathematicalNor.gf similarity index 100% rename from lib/resource/mathematical/MathematicalNor.gf rename to old-lib/resource/mathematical/MathematicalNor.gf diff --git a/lib/resource/mathematical/MathematicalSpa.gf b/old-lib/resource/mathematical/MathematicalSpa.gf similarity index 100% rename from lib/resource/mathematical/MathematicalSpa.gf rename to old-lib/resource/mathematical/MathematicalSpa.gf diff --git a/lib/resource/mathematical/MathematicalSwe.gf b/old-lib/resource/mathematical/MathematicalSwe.gf similarity index 100% rename from lib/resource/mathematical/MathematicalSwe.gf rename to old-lib/resource/mathematical/MathematicalSwe.gf diff --git a/lib/resource/mathematical/Predication.gf b/old-lib/resource/mathematical/Predication.gf similarity index 100% rename from lib/resource/mathematical/Predication.gf rename to old-lib/resource/mathematical/Predication.gf diff --git a/lib/resource/mathematical/PredicationCat.gf b/old-lib/resource/mathematical/PredicationCat.gf similarity index 100% rename from lib/resource/mathematical/PredicationCat.gf rename to old-lib/resource/mathematical/PredicationCat.gf diff --git a/lib/resource/mathematical/PredicationDan.gf b/old-lib/resource/mathematical/PredicationDan.gf similarity index 100% rename from lib/resource/mathematical/PredicationDan.gf rename to old-lib/resource/mathematical/PredicationDan.gf diff --git a/lib/resource/mathematical/PredicationEng.gf b/old-lib/resource/mathematical/PredicationEng.gf similarity index 100% rename from lib/resource/mathematical/PredicationEng.gf rename to old-lib/resource/mathematical/PredicationEng.gf diff --git a/lib/resource/mathematical/PredicationFin.gf b/old-lib/resource/mathematical/PredicationFin.gf similarity index 100% rename from lib/resource/mathematical/PredicationFin.gf rename to old-lib/resource/mathematical/PredicationFin.gf diff --git a/lib/resource/mathematical/PredicationFre.gf b/old-lib/resource/mathematical/PredicationFre.gf similarity index 100% rename from lib/resource/mathematical/PredicationFre.gf rename to old-lib/resource/mathematical/PredicationFre.gf diff --git a/lib/resource/mathematical/PredicationGer.gf b/old-lib/resource/mathematical/PredicationGer.gf similarity index 100% rename from lib/resource/mathematical/PredicationGer.gf rename to old-lib/resource/mathematical/PredicationGer.gf diff --git a/lib/resource/mathematical/PredicationI.gf b/old-lib/resource/mathematical/PredicationI.gf similarity index 100% rename from lib/resource/mathematical/PredicationI.gf rename to old-lib/resource/mathematical/PredicationI.gf diff --git a/lib/resource/mathematical/PredicationIta.gf b/old-lib/resource/mathematical/PredicationIta.gf similarity index 100% rename from lib/resource/mathematical/PredicationIta.gf rename to old-lib/resource/mathematical/PredicationIta.gf diff --git a/lib/resource/mathematical/PredicationNor.gf b/old-lib/resource/mathematical/PredicationNor.gf similarity index 100% rename from lib/resource/mathematical/PredicationNor.gf rename to old-lib/resource/mathematical/PredicationNor.gf diff --git a/lib/resource/mathematical/PredicationSpa.gf b/old-lib/resource/mathematical/PredicationSpa.gf similarity index 100% rename from lib/resource/mathematical/PredicationSpa.gf rename to old-lib/resource/mathematical/PredicationSpa.gf diff --git a/lib/resource/mathematical/PredicationSwe.gf b/old-lib/resource/mathematical/PredicationSwe.gf similarity index 100% rename from lib/resource/mathematical/PredicationSwe.gf rename to old-lib/resource/mathematical/PredicationSwe.gf 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/lib/resource/mathematical/SymbolCat.gf b/old-lib/resource/mathematical/SymbolCat.gf similarity index 100% rename from lib/resource/mathematical/SymbolCat.gf rename to old-lib/resource/mathematical/SymbolCat.gf diff --git a/lib/resource/mathematical/SymbolDan.gf b/old-lib/resource/mathematical/SymbolDan.gf similarity index 100% rename from lib/resource/mathematical/SymbolDan.gf rename to old-lib/resource/mathematical/SymbolDan.gf diff --git a/lib/resource/mathematical/SymbolEng.gf b/old-lib/resource/mathematical/SymbolEng.gf similarity index 100% rename from lib/resource/mathematical/SymbolEng.gf rename to old-lib/resource/mathematical/SymbolEng.gf diff --git a/lib/resource/mathematical/SymbolFin.gf b/old-lib/resource/mathematical/SymbolFin.gf similarity index 100% rename from lib/resource/mathematical/SymbolFin.gf rename to old-lib/resource/mathematical/SymbolFin.gf diff --git a/lib/resource/mathematical/SymbolFre.gf b/old-lib/resource/mathematical/SymbolFre.gf similarity index 100% rename from lib/resource/mathematical/SymbolFre.gf rename to old-lib/resource/mathematical/SymbolFre.gf diff --git a/lib/resource/mathematical/SymbolGer.gf b/old-lib/resource/mathematical/SymbolGer.gf similarity index 100% rename from lib/resource/mathematical/SymbolGer.gf rename to old-lib/resource/mathematical/SymbolGer.gf diff --git a/lib/resource/mathematical/SymbolIta.gf b/old-lib/resource/mathematical/SymbolIta.gf similarity index 100% rename from lib/resource/mathematical/SymbolIta.gf rename to old-lib/resource/mathematical/SymbolIta.gf diff --git a/lib/resource/mathematical/SymbolNor.gf b/old-lib/resource/mathematical/SymbolNor.gf similarity index 100% rename from lib/resource/mathematical/SymbolNor.gf rename to old-lib/resource/mathematical/SymbolNor.gf diff --git a/lib/resource/mathematical/SymbolRomance.gf b/old-lib/resource/mathematical/SymbolRomance.gf similarity index 100% rename from lib/resource/mathematical/SymbolRomance.gf rename to old-lib/resource/mathematical/SymbolRomance.gf 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/lib/resource/mathematical/SymbolSpa.gf b/old-lib/resource/mathematical/SymbolSpa.gf similarity index 100% rename from lib/resource/mathematical/SymbolSpa.gf rename to old-lib/resource/mathematical/SymbolSpa.gf diff --git a/lib/resource/mathematical/SymbolSwe.gf b/old-lib/resource/mathematical/SymbolSwe.gf similarity index 100% rename from lib/resource/mathematical/SymbolSwe.gf rename to old-lib/resource/mathematical/SymbolSwe.gf diff --git a/lib/resource/mathematical/Symbolic.gf b/old-lib/resource/mathematical/Symbolic.gf similarity index 100% rename from lib/resource/mathematical/Symbolic.gf rename to old-lib/resource/mathematical/Symbolic.gf diff --git a/lib/resource/mathematical/SymbolicCat.gf b/old-lib/resource/mathematical/SymbolicCat.gf similarity index 100% rename from lib/resource/mathematical/SymbolicCat.gf rename to old-lib/resource/mathematical/SymbolicCat.gf 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/lib/resource/mathematical/SymbolicSpa.gf b/old-lib/resource/mathematical/SymbolicSpa.gf similarity index 100% rename from lib/resource/mathematical/SymbolicSpa.gf rename to old-lib/resource/mathematical/SymbolicSpa.gf 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/lib/resource/norwegian/DiffNor.gf b/old-lib/resource/norwegian/DiffNor.gf similarity index 100% rename from lib/resource/norwegian/DiffNor.gf rename to old-lib/resource/norwegian/DiffNor.gf 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/lib/resource/norwegian/LexiconNor.gf b/old-lib/resource/norwegian/LexiconNor.gf similarity index 100% rename from lib/resource/norwegian/LexiconNor.gf rename to old-lib/resource/norwegian/LexiconNor.gf 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/lib/resource/norwegian/StructuralNor.gf b/old-lib/resource/norwegian/StructuralNor.gf similarity index 100% rename from lib/resource/norwegian/StructuralNor.gf rename to old-lib/resource/norwegian/StructuralNor.gf 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/lib/resource/restest.gfs b/old-lib/resource/restest.gfs similarity index 100% rename from lib/resource/restest.gfs rename to old-lib/resource/restest.gfs diff --git a/lib/resource/romance/AdjectiveRomance.gf b/old-lib/resource/romance/AdjectiveRomance.gf similarity index 100% rename from lib/resource/romance/AdjectiveRomance.gf rename to old-lib/resource/romance/AdjectiveRomance.gf diff --git a/lib/resource/romance/AdverbRomance.gf b/old-lib/resource/romance/AdverbRomance.gf similarity index 100% rename from lib/resource/romance/AdverbRomance.gf rename to old-lib/resource/romance/AdverbRomance.gf diff --git a/lib/resource/romance/CatRomance.gf b/old-lib/resource/romance/CatRomance.gf similarity index 100% rename from lib/resource/romance/CatRomance.gf rename to old-lib/resource/romance/CatRomance.gf diff --git a/lib/resource/romance/CommonRomance.gf b/old-lib/resource/romance/CommonRomance.gf similarity index 100% rename from lib/resource/romance/CommonRomance.gf rename to old-lib/resource/romance/CommonRomance.gf diff --git a/lib/resource/romance/ConjunctionRomance.gf b/old-lib/resource/romance/ConjunctionRomance.gf similarity index 100% rename from lib/resource/romance/ConjunctionRomance.gf rename to old-lib/resource/romance/ConjunctionRomance.gf diff --git a/lib/resource/romance/DiffRomance.gf b/old-lib/resource/romance/DiffRomance.gf similarity index 100% rename from lib/resource/romance/DiffRomance.gf rename to old-lib/resource/romance/DiffRomance.gf 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/lib/resource/romance/NounRomance.gf b/old-lib/resource/romance/NounRomance.gf similarity index 100% rename from lib/resource/romance/NounRomance.gf rename to old-lib/resource/romance/NounRomance.gf diff --git a/lib/resource/romance/PhraseRomance.gf b/old-lib/resource/romance/PhraseRomance.gf similarity index 100% rename from lib/resource/romance/PhraseRomance.gf rename to old-lib/resource/romance/PhraseRomance.gf diff --git a/lib/resource/romance/QuestionRomance.gf b/old-lib/resource/romance/QuestionRomance.gf similarity index 100% rename from lib/resource/romance/QuestionRomance.gf rename to old-lib/resource/romance/QuestionRomance.gf diff --git a/lib/resource/romance/RelativeRomance.gf b/old-lib/resource/romance/RelativeRomance.gf similarity index 100% rename from lib/resource/romance/RelativeRomance.gf rename to old-lib/resource/romance/RelativeRomance.gf diff --git a/lib/resource/romance/ResRomance.gf b/old-lib/resource/romance/ResRomance.gf similarity index 100% rename from lib/resource/romance/ResRomance.gf rename to old-lib/resource/romance/ResRomance.gf diff --git a/lib/resource/romance/SentenceRomance.gf b/old-lib/resource/romance/SentenceRomance.gf similarity index 100% rename from lib/resource/romance/SentenceRomance.gf rename to old-lib/resource/romance/SentenceRomance.gf diff --git a/lib/resource/romance/VerbRomance.gf b/old-lib/resource/romance/VerbRomance.gf similarity index 100% rename from lib/resource/romance/VerbRomance.gf rename to old-lib/resource/romance/VerbRomance.gf diff --git a/lib/resource/russian/AdjectiveRus.gf b/old-lib/resource/russian/AdjectiveRus.gf similarity index 100% rename from lib/resource/russian/AdjectiveRus.gf rename to old-lib/resource/russian/AdjectiveRus.gf 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/lib/resource/russian/CatRus.gf b/old-lib/resource/russian/CatRus.gf similarity index 100% rename from lib/resource/russian/CatRus.gf rename to old-lib/resource/russian/CatRus.gf diff --git a/lib/resource/russian/ConjunctionRus.gf b/old-lib/resource/russian/ConjunctionRus.gf similarity index 100% rename from lib/resource/russian/ConjunctionRus.gf rename to old-lib/resource/russian/ConjunctionRus.gf diff --git a/lib/resource/russian/ExtraLexRus.gf b/old-lib/resource/russian/ExtraLexRus.gf similarity index 100% rename from lib/resource/russian/ExtraLexRus.gf rename to old-lib/resource/russian/ExtraLexRus.gf 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/lib/resource/russian/IdiomRus.gf b/old-lib/resource/russian/IdiomRus.gf similarity index 100% rename from lib/resource/russian/IdiomRus.gf rename to old-lib/resource/russian/IdiomRus.gf 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/lib/resource/russian/LangRus.gf b/old-lib/resource/russian/LangRus.gf similarity index 100% rename from lib/resource/russian/LangRus.gf rename to old-lib/resource/russian/LangRus.gf diff --git a/lib/resource/russian/LexiconRus.gf b/old-lib/resource/russian/LexiconRus.gf similarity index 100% rename from lib/resource/russian/LexiconRus.gf rename to old-lib/resource/russian/LexiconRus.gf diff --git a/lib/resource/russian/MorphoRus.gf b/old-lib/resource/russian/MorphoRus.gf similarity index 100% rename from lib/resource/russian/MorphoRus.gf rename to old-lib/resource/russian/MorphoRus.gf diff --git a/lib/resource/russian/NounRus.gf b/old-lib/resource/russian/NounRus.gf similarity index 100% rename from lib/resource/russian/NounRus.gf rename to old-lib/resource/russian/NounRus.gf 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/lib/resource/russian/ParadigmsRus.gf b/old-lib/resource/russian/ParadigmsRus.gf similarity index 100% rename from lib/resource/russian/ParadigmsRus.gf rename to old-lib/resource/russian/ParadigmsRus.gf diff --git a/lib/resource/russian/PhraseRus.gf b/old-lib/resource/russian/PhraseRus.gf similarity index 100% rename from lib/resource/russian/PhraseRus.gf rename to old-lib/resource/russian/PhraseRus.gf diff --git a/lib/resource/russian/QuestionRus.gf b/old-lib/resource/russian/QuestionRus.gf similarity index 100% rename from lib/resource/russian/QuestionRus.gf rename to old-lib/resource/russian/QuestionRus.gf diff --git a/lib/resource/russian/RelativeRus.gf b/old-lib/resource/russian/RelativeRus.gf similarity index 100% rename from lib/resource/russian/RelativeRus.gf rename to old-lib/resource/russian/RelativeRus.gf diff --git a/lib/resource/russian/ResRus.gf b/old-lib/resource/russian/ResRus.gf similarity index 100% rename from lib/resource/russian/ResRus.gf rename to old-lib/resource/russian/ResRus.gf diff --git a/lib/resource/russian/SentenceRus.gf b/old-lib/resource/russian/SentenceRus.gf similarity index 100% rename from lib/resource/russian/SentenceRus.gf rename to old-lib/resource/russian/SentenceRus.gf diff --git a/lib/resource/russian/StructuralRus.gf b/old-lib/resource/russian/StructuralRus.gf similarity index 100% rename from lib/resource/russian/StructuralRus.gf rename to old-lib/resource/russian/StructuralRus.gf diff --git a/lib/resource/russian/VerbRus.gf b/old-lib/resource/russian/VerbRus.gf similarity index 100% rename from lib/resource/russian/VerbRus.gf rename to old-lib/resource/russian/VerbRus.gf diff --git a/lib/resource/scandinavian/AdjectiveScand.gf b/old-lib/resource/scandinavian/AdjectiveScand.gf similarity index 100% rename from lib/resource/scandinavian/AdjectiveScand.gf rename to old-lib/resource/scandinavian/AdjectiveScand.gf diff --git a/lib/resource/scandinavian/AdverbScand.gf b/old-lib/resource/scandinavian/AdverbScand.gf similarity index 100% rename from lib/resource/scandinavian/AdverbScand.gf rename to old-lib/resource/scandinavian/AdverbScand.gf diff --git a/lib/resource/scandinavian/CatScand.gf b/old-lib/resource/scandinavian/CatScand.gf similarity index 100% rename from lib/resource/scandinavian/CatScand.gf rename to old-lib/resource/scandinavian/CatScand.gf diff --git a/lib/resource/scandinavian/CommonScand.gf b/old-lib/resource/scandinavian/CommonScand.gf similarity index 100% rename from lib/resource/scandinavian/CommonScand.gf rename to old-lib/resource/scandinavian/CommonScand.gf diff --git a/lib/resource/scandinavian/ConjunctionScand.gf b/old-lib/resource/scandinavian/ConjunctionScand.gf similarity index 100% rename from lib/resource/scandinavian/ConjunctionScand.gf rename to old-lib/resource/scandinavian/ConjunctionScand.gf diff --git a/lib/resource/scandinavian/DiffScand.gf b/old-lib/resource/scandinavian/DiffScand.gf similarity index 100% rename from lib/resource/scandinavian/DiffScand.gf rename to old-lib/resource/scandinavian/DiffScand.gf 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/lib/resource/scandinavian/ExtraScand.gf b/old-lib/resource/scandinavian/ExtraScand.gf similarity index 100% rename from lib/resource/scandinavian/ExtraScand.gf rename to old-lib/resource/scandinavian/ExtraScand.gf 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/lib/resource/scandinavian/NounScand.gf b/old-lib/resource/scandinavian/NounScand.gf similarity index 100% rename from lib/resource/scandinavian/NounScand.gf rename to old-lib/resource/scandinavian/NounScand.gf 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/lib/resource/scandinavian/SentenceScand.gf b/old-lib/resource/scandinavian/SentenceScand.gf similarity index 100% rename from lib/resource/scandinavian/SentenceScand.gf rename to old-lib/resource/scandinavian/SentenceScand.gf 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/lib/resource/spanish/BeschSpa.gf b/old-lib/resource/spanish/BeschSpa.gf similarity index 100% rename from lib/resource/spanish/BeschSpa.gf rename to old-lib/resource/spanish/BeschSpa.gf diff --git a/lib/resource/spanish/CatSpa.gf b/old-lib/resource/spanish/CatSpa.gf similarity index 100% rename from lib/resource/spanish/CatSpa.gf rename to old-lib/resource/spanish/CatSpa.gf 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/lib/resource/spanish/DiffSpa.gf b/old-lib/resource/spanish/DiffSpa.gf similarity index 100% rename from lib/resource/spanish/DiffSpa.gf rename to old-lib/resource/spanish/DiffSpa.gf 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/lib/resource/spanish/GrammarSpa.gf b/old-lib/resource/spanish/GrammarSpa.gf similarity index 100% rename from lib/resource/spanish/GrammarSpa.gf rename to old-lib/resource/spanish/GrammarSpa.gf diff --git a/lib/resource/spanish/IdiomSpa.gf b/old-lib/resource/spanish/IdiomSpa.gf similarity index 100% rename from lib/resource/spanish/IdiomSpa.gf rename to old-lib/resource/spanish/IdiomSpa.gf diff --git a/lib/resource/spanish/IrregSpa.gf b/old-lib/resource/spanish/IrregSpa.gf similarity index 100% rename from lib/resource/spanish/IrregSpa.gf rename to old-lib/resource/spanish/IrregSpa.gf 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/lib/resource/spanish/LangSpa.gf b/old-lib/resource/spanish/LangSpa.gf similarity index 100% rename from lib/resource/spanish/LangSpa.gf rename to old-lib/resource/spanish/LangSpa.gf diff --git a/lib/resource/spanish/LexiconSpa.gf b/old-lib/resource/spanish/LexiconSpa.gf similarity index 100% rename from lib/resource/spanish/LexiconSpa.gf rename to old-lib/resource/spanish/LexiconSpa.gf diff --git a/lib/resource/spanish/MorphoSpa.gf b/old-lib/resource/spanish/MorphoSpa.gf similarity index 100% rename from lib/resource/spanish/MorphoSpa.gf rename to old-lib/resource/spanish/MorphoSpa.gf 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/lib/resource/spanish/NumeralSpa.gf b/old-lib/resource/spanish/NumeralSpa.gf similarity index 100% rename from lib/resource/spanish/NumeralSpa.gf rename to old-lib/resource/spanish/NumeralSpa.gf diff --git a/lib/resource/spanish/ParadigmsSpa.gf b/old-lib/resource/spanish/ParadigmsSpa.gf similarity index 100% rename from lib/resource/spanish/ParadigmsSpa.gf rename to old-lib/resource/spanish/ParadigmsSpa.gf 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/lib/resource/spanish/StructuralSpa.gf b/old-lib/resource/spanish/StructuralSpa.gf similarity index 100% rename from lib/resource/spanish/StructuralSpa.gf rename to old-lib/resource/spanish/StructuralSpa.gf diff --git a/lib/resource/spanish/TextSpa.gf b/old-lib/resource/spanish/TextSpa.gf similarity index 100% rename from lib/resource/spanish/TextSpa.gf rename to old-lib/resource/spanish/TextSpa.gf 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/lib/resource/swedish/DiffSwe.gf b/old-lib/resource/swedish/DiffSwe.gf similarity index 100% rename from lib/resource/swedish/DiffSwe.gf rename to old-lib/resource/swedish/DiffSwe.gf 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/lib/resource/swedish/LexiconSwe.gf b/old-lib/resource/swedish/LexiconSwe.gf similarity index 100% rename from lib/resource/swedish/LexiconSwe.gf rename to old-lib/resource/swedish/LexiconSwe.gf 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/lib/resource/swedish/ParadigmsSwe.gf b/old-lib/resource/swedish/ParadigmsSwe.gf similarity index 100% rename from lib/resource/swedish/ParadigmsSwe.gf rename to old-lib/resource/swedish/ParadigmsSwe.gf 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/lib/resource/swedish/StructuralSwe.gf b/old-lib/resource/swedish/StructuralSwe.gf similarity index 100% rename from lib/resource/swedish/StructuralSwe.gf rename to old-lib/resource/swedish/StructuralSwe.gf 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/lib/resource/thai/SentenceTha.gf b/old-lib/resource/thai/SentenceTha.gf similarity index 100% rename from lib/resource/thai/SentenceTha.gf rename to old-lib/resource/thai/SentenceTha.gf 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/lib/resource/turkish/CatTur.gf b/old-lib/resource/turkish/CatTur.gf similarity index 100% rename from lib/resource/turkish/CatTur.gf rename to old-lib/resource/turkish/CatTur.gf diff --git a/lib/resource/turkish/GrammarTur.gf b/old-lib/resource/turkish/GrammarTur.gf similarity index 100% rename from lib/resource/turkish/GrammarTur.gf rename to old-lib/resource/turkish/GrammarTur.gf 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/lib/resource/turkish/LexiconTur.gf b/old-lib/resource/turkish/LexiconTur.gf similarity index 100% rename from lib/resource/turkish/LexiconTur.gf rename to old-lib/resource/turkish/LexiconTur.gf diff --git a/lib/resource/turkish/NumeralTur.gf b/old-lib/resource/turkish/NumeralTur.gf similarity index 100% rename from lib/resource/turkish/NumeralTur.gf rename to old-lib/resource/turkish/NumeralTur.gf diff --git a/lib/resource/turkish/ParadigmsTur.gf b/old-lib/resource/turkish/ParadigmsTur.gf similarity index 100% rename from lib/resource/turkish/ParadigmsTur.gf rename to old-lib/resource/turkish/ParadigmsTur.gf diff --git a/lib/resource/turkish/ResTur.gf b/old-lib/resource/turkish/ResTur.gf similarity index 100% rename from lib/resource/turkish/ResTur.gf rename to old-lib/resource/turkish/ResTur.gf diff --git a/lib/resource/turkish/StructuralTur.gf b/old-lib/resource/turkish/StructuralTur.gf similarity index 100% rename from lib/resource/turkish/StructuralTur.gf rename to old-lib/resource/turkish/StructuralTur.gf